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 lfriedri
Recipients eryksun, lfriedri
Date 2018-09-27.12:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538051706.86.0.545547206417.issue34816@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your reply.

I am not sure if I understood correctly:
Do you suggest to modify ctypes.__init__.py so that the __getattr__ method of LibraryLoader catches the OSError and raises an AttributeError instead, as in your example?
History
Date User Action Args
2018-09-27 12:35:06lfriedrisetrecipients: + lfriedri, eryksun
2018-09-27 12:35:06lfriedrisetmessageid: <1538051706.86.0.545547206417.issue34816@psf.upfronthosting.co.za>
2018-09-27 12:35:06lfriedrilinkissue34816 messages
2018-09-27 12:35:06lfriedricreate