This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients Jason.Vas.Dias, georg.brandl, r.david.murray
Date 2011-04-29.11:38:08
SpamBayes Score 5.7872476e-05
Marked as misclassified No
Message-id <1304077088.74.0.564251150246.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
Jason, that the dl module requires sizeof(int) == sizeof(char *) does not mean that it (or we) thinks this to be true on every platform.  Rather, the module is written in a way that requires this equality, and rather than crashing it does this check beforehand.

As you may have noticed, the dl module is deprecated anyway in favor of ctypes, and removed in Python 3.x.
History
Date User Action Args
2011-04-29 11:38:08georg.brandlsetrecipients: + georg.brandl, r.david.murray, Jason.Vas.Dias
2011-04-29 11:38:08georg.brandlsetmessageid: <1304077088.74.0.564251150246.issue11946@psf.upfronthosting.co.za>
2011-04-29 11:38:08georg.brandllinkissue11946 messages
2011-04-29 11:38:08georg.brandlcreate