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-06.05:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499317745.34.0.964434868519.issue30814@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b4baacee1adc06edbe30ac7574d17a8cd168e2e0 by Serhiy Storchaka in branch 'master':
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
https://github.com/python/cpython/commit/b4baacee1adc06edbe30ac7574d17a8cd168e2e0
History
Date User Action Args
2017-07-06 05:09:05serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, RazerM, SamueleSanti
2017-07-06 05:09:05serhiy.storchakasetmessageid: <1499317745.34.0.964434868519.issue30814@psf.upfronthosting.co.za>
2017-07-06 05:09:05serhiy.storchakalinkissue30814 messages
2017-07-06 05:09:05serhiy.storchakacreate