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 serhiy.storchaka
Recipients brett.cannon, ncoghlan, serhiy.storchaka, vstinner
Date 2017-08-09.06:45:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502261112.82.0.483530641216.issue31070@psf.upfronthosting.co.za>
In-reply-to
Content
I think the solution can be simpler. PR 3033 uses the global import lock for guarding modification of the _module_locks dictionary.
History
Date User Action Args
2017-08-09 06:45:12serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner
2017-08-09 06:45:12serhiy.storchakasetmessageid: <1502261112.82.0.483530641216.issue31070@psf.upfronthosting.co.za>
2017-08-09 06:45:12serhiy.storchakalinkissue31070 messages
2017-08-09 06:45:12serhiy.storchakacreate