Re: [Python-Dev] Partial support for dlmodule.c in 64-bits OSes

2006-07-14 Thread Thomas Heller
Pierre Baillargeon schrieb: > Currently, many 64-bits Oses cannot uses the dlmodule due to the conflicts > between the sizes of int, long and char *. That is well. The check is made as > run-time, which is also very well. > > The problem is that the Python configuration script (setup.py) also make

[Python-Dev] Partial support for dlmodule.c in 64-bits OSes

2006-07-13 Thread Pierre Baillargeon
Currently, many 64-bits Oses cannot uses the dlmodule due to the conflicts between the sizes of int, long and char *. That is well. The check is made as run-time, which is also very well. The problem is that the Python configuration script (setup.py) also makes the check and plainly excludes dlmod