]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973) (GH-145023)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Feb 2026 23:11:16 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 23:11:16 +0000 (23:11 +0000)
commit635d1b7b63d4bfa8bd764b0d9caa5ebf3fc079e5
tree13e1c66409795495d73e60155cde7019a062adbd
parent62945692595ab05d362d3b724ea1d99e235da325
[3.13] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973) (GH-145023)

"<<" has lower precedence than "-".
(cherry picked from commit 4141f0a1ee6a6e9d5b4ba24f15a9d17df6933321)

Co-authored-by: J Berg <j.berg2349@gmail.com>
Lib/test/test_compile.py
Lib/test/test_unpack_ex.py
Lib/zipfile/__init__.py