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 lfriedri
Date 2018-09-27.07:14:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538032457.9.0.545547206417.issue34816@psf.upfronthosting.co.za>
In-reply-to
Content
The following creates an OSError:

import ctypes
hasattr(ctypes.windll, 'test')

The expected behavior would be to return "False"
History
Date User Action Args
2018-09-27 07:14:17lfriedrisetrecipients: + lfriedri
2018-09-27 07:14:17lfriedrisetmessageid: <1538032457.9.0.545547206417.issue34816@psf.upfronthosting.co.za>
2018-09-27 07:14:17lfriedrilinkissue34816 messages
2018-09-27 07:14:17lfriedricreate