]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Jun 2020 08:24:11 +0000 (11:24 +0300)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 08:24:11 +0000 (11:24 +0300)
commit36ff513f82e372ed3cea0bf7cbdf15a1ef6dab9e
tree0f488ab543c1728b4759f844d884fe2c265bdbf3
parentc88239f864a27f673c0f0a9e62d2488563f9d081
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2020-06-22-10-25-39.bpo-41068._bX2BW.rst [new file with mode: 0644]