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-14.00:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539475235.12.0.788709270274.issue33656@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset d274afb5e579a5d9d990f68f9af856cf4c918779 by Terry Jan Reedy in branch 'master':
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
https://github.com/python/cpython/commit/d274afb5e579a5d9d990f68f9af856cf4c918779
History
Date User Action Args
2018-10-14 00:00:35terry.reedysetrecipients: + terry.reedy, paul.moore, ronaldoussoren, taleinat, tim.golden, zach.ware, serhiy.storchaka, steve.dower, eric.fahlgren, miss-islington
2018-10-14 00:00:35terry.reedysetmessageid: <1539475235.12.0.788709270274.issue33656@psf.upfronthosting.co.za>
2018-10-14 00:00:35terry.reedylinkissue33656 messages
2018-10-14 00:00:34terry.reedycreate