]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973) (GH-145022)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Feb 2026 23:13:43 +0000 (00:13 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 23:13:43 +0000 (23:13 +0000)
commit033e0f7e4f3bdef3c5fc6422b75dbee5655b8adb
tree54ea39001cb6d98dd3c9e21550f96f6f64623c4f
parent1404a4d9f2a003ae801ea300b517a13419aebe88
[3.14] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973) (GH-145022)

"<<" 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