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 terry.reedy
Recipients eric.fahlgren, miss-islington, paul.moore, ronaldoussoren, serhiy.storchaka, steve.dower, taleinat, terry.reedy, tim.golden, zach.ware
Date 2018-10-13.23:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539474443.37.0.788709270274.issue33656@psf.upfronthosting.co.za>
In-reply-to
Content
There is still no rush as guarding the ctypes import on Windows builds that can run IDLE may never be needed.  But I grepped the stdlib .py code and uuid is the only .py module that imports ctypes, and all are directly or indirectly guarded in the code or test_uuid.  So I moved the import inside the existing try block and added ImportError to those caught.
History
Date User Action Args
2018-10-13 23:47:23terry.reedysetrecipients: + terry.reedy, paul.moore, ronaldoussoren, taleinat, tim.golden, zach.ware, serhiy.storchaka, steve.dower, eric.fahlgren, miss-islington
2018-10-13 23:47:23terry.reedysetmessageid: <1539474443.37.0.788709270274.issue33656@psf.upfronthosting.co.za>
2018-10-13 23:47:23terry.reedylinkissue33656 messages
2018-10-13 23:47:23terry.reedycreate