mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
Add missing import to code that handles too large files and offsets. Use list, not tuple, for a mutable sequence. Add tests to prevent similar mistakes. --------- Co-authored-by: Gregory P. Smith [Google LLC] <greg@krypto.org> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
2 lines
98 B
ReStructuredText
2 lines
98 B
ReStructuredText
Fix :mod:`zipimport` reading of ZIP64 files with file entries that are too big or
|
|
offset too far.
|