]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89668: Optimize ZipFile file header processing algorithm to avoid unneeded IO...
authorJan Wolski <jan@wolski.fi>
Sun, 15 May 2022 14:49:19 +0000 (17:49 +0300)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 14:49:19 +0000 (23:49 +0900)
commit26a162baef96d78656e189b2fa16fdcab7195730
treee353c2a366ac607a8af8f53c79a631713e323eef
parent90e72300730189c4a48529baaad9b0005d40731c
gh-89668: Optimize ZipFile file header processing algorithm to avoid unneeded IO(gh-25966)
Lib/zipfile.py