]> granicus.if.org Git - python/commit
Only build the 'dl' extension when sys.maxint equals 2**31-1.
authorGuido van Rossum <guido@python.org>
Thu, 12 Sep 2002 14:41:20 +0000 (14:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Sep 2002 14:41:20 +0000 (14:41 +0000)
commit770acd3f7fff52eef0d0ad02beaa4c569d70811f
tree952fcf24aae745a721ba78f80d55ea93bbee07da
parented44dbd9596f1eb424d5cd0df0669dad6baaa309
Only build the 'dl' extension when sys.maxint equals 2**31-1.
This module raises "SystemError: module dl requires sizeof(int) ==
sizeof(long) == sizeof(char*)" when compiled on 64-bit platforms.
setup.py