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 ncoghlan
Recipients brett.cannon, eric.snow, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-10.10:40:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499683224.08.0.767911256283.issue30891@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, Serhiy's been stress-testing some bits of the import system, and finding a few holes made possible by the shift away from a single global import lock to per-module locks. (Issue 30876 is another example of that)

Nothing immediately comes to mind as a platform-dependent code path that could explain why that error is showing up on Windows and not on Linux, though.
History
Date User Action Args
2017-07-10 10:40:24ncoghlansetrecipients: + ncoghlan, brett.cannon, paul.moore, vstinner, tim.golden, eric.snow, zach.ware, steve.dower
2017-07-10 10:40:24ncoghlansetmessageid: <1499683224.08.0.767911256283.issue30891@psf.upfronthosting.co.za>
2017-07-10 10:40:24ncoghlanlinkissue30891 messages
2017-07-10 10:40:23ncoghlancreate