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 loewis
Recipients loewis, notting
Date 2008-02-22.20:54:29
SpamBayes Score 0.012762283
Marked as misclassified No
Message-id <1203713670.98.0.325796007127.issue2164@psf.upfronthosting.co.za>
In-reply-to
Content
The limitation is genuine; it's not possible to implement dl_call
correctly if sizeof(long) != sizeof(void*), say. Otherwise, it would
have been fixed long ago. Use ctypes instead, if that is supported for
your hardware. (More generally, it's not possible to implement this at
all in portable C, that's why ctypes uses assembler code. That dl works
on most "pure" 32-bit systems is by sheer luck)
History
Date User Action Args
2008-02-22 20:54:31loewissetspambayes_score: 0.0127623 -> 0.012762283
recipients: + loewis, notting
2008-02-22 20:54:31loewissetspambayes_score: 0.0127623 -> 0.0127623
messageid: <1203713670.98.0.325796007127.issue2164@psf.upfronthosting.co.za>
2008-02-22 20:54:30loewislinkissue2164 messages
2008-02-22 20:54:30loewiscreate