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 santoso.wijaya
Recipients anacrolix, santoso.wijaya
Date 2011-08-04.00:37:58
SpamBayes Score 0.00069154653
Marked as misclassified No
Message-id <1312418279.23.0.776383702495.issue12437@psf.upfronthosting.co.za>
In-reply-to
Content
From what I gather from the code, when dlopen fails in POSIX platforms, ctypes raises an PyExc_OSError instantiated with a simple string (via PyErr_SetString()). I suppose this could be changed to raise a more complex tuple, instead (like its WindowsError equivalent when LoadLibrary fails in Windows platforms), but that might break existing code that relies on this behavior. 3.3 only?
History
Date User Action Args
2011-08-04 00:37:59santoso.wijayasetrecipients: + santoso.wijaya, anacrolix
2011-08-04 00:37:59santoso.wijayasetmessageid: <1312418279.23.0.776383702495.issue12437@psf.upfronthosting.co.za>
2011-08-04 00:37:58santoso.wijayalinkissue12437 messages
2011-08-04 00:37:58santoso.wijayacreate