]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-51067: Refactor duplicated logic in `zipfile` to `_read_local_file_header` helper...
authorDanny Lin <danny0838@gmail.com>
Thu, 25 Jun 2026 11:58:28 +0000 (19:58 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 11:58:28 +0000 (12:58 +0100)
commit2b3ea68cebb99928bcf01263b531239e313a207c
tree1a7fa4b0308deaafc1a6fbdcbae49c7ffc4af0ca
parenta580029f1168cf87707b157865b6a6b89a77b7ad
gh-51067: Refactor duplicated logic in `zipfile` to `_read_local_file_header` helper (#152139)
Lib/zipfile/__init__.py