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 ethan.furman
Recipients Maciej Gol, brett.cannon, eric.snow, ethan.furman, lars.gustaebel, ncoghlan, serhiy.storchaka
Date 2020-01-24.17:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579888572.02.0.650244224933.issue39430@roundup.psfhosted.org>
In-reply-to
Content
New changeset 9017e0bd5e124ae6d2ed94b9e9cacb2e86270980 by Ethan Furman (Serhiy Storchaka) in branch 'master':
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
https://github.com/python/cpython/commit/9017e0bd5e124ae6d2ed94b9e9cacb2e86270980
History
Date User Action Args
2020-01-24 17:56:12ethan.furmansetrecipients: + ethan.furman, brett.cannon, ncoghlan, lars.gustaebel, eric.snow, serhiy.storchaka, Maciej Gol
2020-01-24 17:56:12ethan.furmansetmessageid: <1579888572.02.0.650244224933.issue39430@roundup.psfhosted.org>
2020-01-24 17:56:12ethan.furmanlinkissue39430 messages
2020-01-24 17:56:11ethan.furmancreate