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 anacrolix
Recipients anacrolix, pitrou, santoso.wijaya, vladris
Date 2011-08-08.07:42:32
SpamBayes Score 5.0328355e-05
Marked as misclassified No
Message-id <1312789353.71.0.011959203345.issue12437@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't notice there was no use of errno. It's quite possible that dlopen might be used without the C library present, so perhaps this is why it wasn't included. The error strings however are very C-like, which made me think of this in the first place. Thanks all.
History
Date User Action Args
2011-08-08 07:42:33anacrolixsetrecipients: + anacrolix, pitrou, santoso.wijaya, vladris
2011-08-08 07:42:33anacrolixsetmessageid: <1312789353.71.0.011959203345.issue12437@psf.upfronthosting.co.za>
2011-08-08 07:42:33anacrolixlinkissue12437 messages
2011-08-08 07:42:32anacrolixcreate