Porting CPython

Brad Clements bkc at Murkworks.com
Sat Jun 10 13:12:45 EDT 2000


.com
<perl_monkey at my-deja.com> wrote in message
news:8hrbph$a4n$1 at nnrp1.deja.com...
> Hello,

> - SIGMAX in Modules/signalmodule.c

> checked /usr/include/signal.h, found that the highest numbered signal I
> could see was 28, so I #define SIGMAX 28 in signalmodule.c

Sounds okay to me.

>
> - Modules/pwdmodule.c
>
In my NetWare port of Python, I just eliminated this module.

> - Excluding Modules
>
> What is the build procedure for omitting certain built in C modules?
> (I"m talking about the stuff in Modules/)

Edit config.c to remove the module from the built-in list, then remove it
from your makefiles.







More information about the Python-list mailing list