summaryrefslogtreecommitdiffstats
path: root/Lib/test/zipimport_data
Commit message (Collapse)AuthorAgeFilesLines
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-073-0/+0
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>