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 lukasz.langa
Recipients christian.heimes, ethan.furman, jack__d, jvoisin, lukasz.langa
Date 2021-09-29.10:58:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632913135.05.0.0374176482101.issue39039@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the fix, Jack! ✨ 🍰 ✨  

Since the change translated `zlib.error` to `tarfile.ReadError` which already has to be handled by user code, it's strictly decreasing the surface of necessary exception handling. So, treating this as a bug fix, I backported this to 3.9 and 3.10 as well.
History
Date User Action Args
2021-09-29 10:58:55lukasz.langasetrecipients: + lukasz.langa, christian.heimes, ethan.furman, jvoisin, jack__d
2021-09-29 10:58:55lukasz.langasetmessageid: <1632913135.05.0.0374176482101.issue39039@roundup.psfhosted.org>
2021-09-29 10:58:55lukasz.langalinkissue39039 messages
2021-09-29 10:58:54lukasz.langacreate