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

nobody nobody@sourceforge.net
Thu, 01 Mar 2001 20:16:53 -0800


Bugs #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: Open
Priority: 5
Submitted By: Mark Favas
Assigned to: Nobody/Anonymous
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.

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

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