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 docs@python, loewis, pitrou
Date 2010-10-05.08:33:52
SpamBayes Score 5.343271e-05
Marked as misclassified No
Message-id <1286267634.34.0.605380449998.issue10024@psf.upfronthosting.co.za>
In-reply-to
Content
The advice is still necessary, AFAIK. The issue is Windows, in particular producing function pointers across DLL boundaries. In Python core, this is not an issue, since the references will all be inside pythonXY.dll.
History
Date User Action Args
2010-10-05 08:33:54loewissetrecipients: + loewis, pitrou, docs@python
2010-10-05 08:33:54loewissetmessageid: <1286267634.34.0.605380449998.issue10024@psf.upfronthosting.co.za>
2010-10-05 08:33:53loewislinkissue10024 messages
2010-10-05 08:33:52loewiscreate