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 bc
Recipients bc, ethan.furman, jvoisin, lars.gustaebel, serhiy.storchaka
Date 2020-07-08.20:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594238600.96.0.578853234412.issue39017@roundup.psfhosted.org>
In-reply-to
Content
A smaller bug: If instead of 0 you use a large number (> 2^63) e.g. 9999999999999999999 you get `OverflowError: Python int too large to convert to C ssize_t` rather than the expected `tarfile.ReadError` regardless of errorlevel.
History
Date User Action Args
2020-07-08 20:03:21bcsetrecipients: + bc, lars.gustaebel, ethan.furman, serhiy.storchaka, jvoisin
2020-07-08 20:03:20bcsetmessageid: <1594238600.96.0.578853234412.issue39017@roundup.psfhosted.org>
2020-07-08 20:03:20bclinkissue39017 messages
2020-07-08 20:03:20bccreate