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 RazerM, SamueleSanti, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-07-05.06:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499236095.22.0.0802699141566.issue30814@psf.upfronthosting.co.za>
In-reply-to
Content
I have came to the same conclusion.

PR 2580 adds a double check in _bootstrap._find_and_load() (and also moves the locking into it). It also simplifies the C code by removing the fast path for the case sys.module[name] is None.
History
Date User Action Args
2017-07-05 06:28:15serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, RazerM, SamueleSanti
2017-07-05 06:28:15serhiy.storchakasetmessageid: <1499236095.22.0.0802699141566.issue30814@psf.upfronthosting.co.za>
2017-07-05 06:28:15serhiy.storchakalinkissue30814 messages
2017-07-05 06:28:15serhiy.storchakacreate