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 vstinner
Recipients vstinner
Date 2008-07-08.13:45:57
SpamBayes Score 0.003126279
Marked as misclassified No
Message-id <1215524758.77.0.0388250279291.issue3313@psf.upfronthosting.co.za>
In-reply-to
Content
As expected, the bug can be reproduced with ctypes.dlopen(). 
py_dl_open() function of Modules/_ctypes/callproc.c should be merged 
with Modules/dlmodule.c.

Here use at least the attached patch for ctypes (same job than the 
other patch: use default string if dlerror() returns NULL).
History
Date User Action Args
2008-07-08 13:45:59vstinnersetspambayes_score: 0.00312628 -> 0.003126279
recipients: + vstinner
2008-07-08 13:45:58vstinnersetspambayes_score: 0.00312628 -> 0.00312628
messageid: <1215524758.77.0.0388250279291.issue3313@psf.upfronthosting.co.za>
2008-07-08 13:45:57vstinnerlinkissue3313 messages
2008-07-08 13:45:57vstinnercreate