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 Spencer Brown, Thomas, cuibonobo, eric.smith, kevinmehall, khaledk, malin, mdavis-xyz, serhiy.storchaka
Date 2022-03-20.14:26:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset e730ae7effe4f13b24f1b5fb1fca005709c86acb by Kevin Mehall in branch 'main':
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
https://github.com/python/cpython/commit/e730ae7effe4f13b24f1b5fb1fca005709c86acb
History
Date User Action Args
2022-03-20 14:26:24serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, malin, Thomas, Spencer Brown, cuibonobo, mdavis-xyz, kevinmehall, khaledk
2022-03-20 14:26:23serhiy.storchakasetmessageid: <[email protected]>
2022-03-20 14:26:23serhiy.storchakalinkissue42369 messages
2022-03-20 14:26:23serhiy.storchakacreate