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.11:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502278155.33.0.910483878946.issue31070@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a by Serhiy Storchaka in branch 'master':
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
https://github.com/python/cpython/commit/9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a
History
Date User Action Args
2017-08-09 11:29:15serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner
2017-08-09 11:29:15serhiy.storchakasetmessageid: <1502278155.33.0.910483878946.issue31070@psf.upfronthosting.co.za>
2017-08-09 11:29:15serhiy.storchakalinkissue31070 messages
2017-08-09 11:29:15serhiy.storchakacreate