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 vladris
Recipients anacrolix, santoso.wijaya, vladris
Date 2011-08-07.22:45:49
SpamBayes Score 6.9944663e-06
Marked as misclassified No
Message-id <1312757150.51.0.665981166711.issue12437@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure how this can be fixed actually. I don't think PyErr_SetFromErrno instead of PyErr_SetString would work because as far as I can tell, standard does not mention dlopen making use of errno. Unlike Windows, where LoadLibrary will change last-error, if dlopen fails, only way to retrieve error is to dlerror which returns a string, no error code.
History
Date User Action Args
2011-08-07 22:45:50vladrissetrecipients: + vladris, anacrolix, santoso.wijaya
2011-08-07 22:45:50vladrissetmessageid: <1312757150.51.0.665981166711.issue12437@psf.upfronthosting.co.za>
2011-08-07 22:45:49vladrislinkissue12437 messages
2011-08-07 22:45:49vladriscreate