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 vstinner
Recipients brett.cannon, eric.snow, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-10.21:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499721389.52.0.402021946769.issue30891@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset fe6e686c27ce3a3ecdf03803cff7e230dee5530d by Victor Stinner in branch '3.6':
bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651)
https://github.com/python/cpython/commit/fe6e686c27ce3a3ecdf03803cff7e230dee5530d
History
Date User Action Args
2017-07-10 21:16:29vstinnersetrecipients: + vstinner, brett.cannon, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, serhiy.storchaka, steve.dower
2017-07-10 21:16:29vstinnersetmessageid: <1499721389.52.0.402021946769.issue30891@psf.upfronthosting.co.za>
2017-07-10 21:16:29vstinnerlinkissue30891 messages
2017-07-10 21:16:29vstinnercreate