[Python-bugs-list] [ python-Bugs-405351 ] 2.1b1 - dlmodule on 64-bit platform

noreply@sourceforge.net noreply@sourceforge.net
Sat, 17 Mar 2001 09:18:28 -0800


Bugs item #405351, was updated on 2001-03-01 20:16
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=405351&group_id=5470

Category: Extension Modules
Group: None
>Status: Closed
Priority: 5
Submitted By: Mark Favas (mfavas)
Assigned to: A.M. Kuchling (akuchling)
Summary: 2.1b1 - dlmodule on 64-bit platform

Initial Comment:
Platform: Tru64 Unix, V4.0F.
setup.py builds Modules/dlmodule.c automatically
(without errors) but "make test" fails with
SystemError: module dl requires sizeof(int) ==
sizeof(long) == sizeof(char*)

On this platform, ints are 4 bytes, longs and pointers
are 8 bytes, so this module will not run, and probably
should not be built in the first place.

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-03-17 09:18

Message:
Logged In: YES 
user_id=11375

The dl module is now disabled on all platforms; few people 
seem to use it, and it's a risky module to run.  
People can enable it in Modules/Setup if they actually care.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=405351&group_id=5470