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 joernheissler
Recipients joernheissler, pitrou, serhiy.storchaka, vstinner, xtreak
Date 2021-03-27.17:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616865405.16.0.25513413593.issue37773@roundup.psfhosted.org>
In-reply-to
Content
Thanks Serhiy for the explanation, it's making sense now.

Guess whatever I did back then (no idea what I was working on) was basically a mistake; I should have closed my ZipFile properly, e.g. by using context managers. So maybe it's not really a cpython bug.

I ran a git-bisect back then and came up with https://hg.python.org/lookup/ada319bb6d0ebcc68d3e0ef2b4279ea061877ac8 as cause.
History
Date User Action Args
2021-03-27 17:16:45joernheisslersetrecipients: + joernheissler, pitrou, vstinner, serhiy.storchaka, xtreak
2021-03-27 17:16:45joernheisslersetmessageid: <1616865405.16.0.25513413593.issue37773@roundup.psfhosted.org>
2021-03-27 17:16:45joernheisslerlinkissue37773 messages
2021-03-27 17:16:45joernheisslercreate