]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (GH-10834...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Aug 2023 10:30:16 +0000 (03:30 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 10:30:16 +0000 (12:30 +0200)
commit20357ed2a434fc59a9cd33c162594e8f792813b4
tree99cf016bdddc97891d066bd767835189522848af
parent459f24aef09dce122362ee2f234e97916cbf1e8d
[3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (GH-108341) (#108402)

gh-108111: Flush gzip write buffer before seeking, fixing bad writes (GH-108341)
(cherry picked from commit 2eb60c1934f47671e6b3c9b90b6d9f1912d829a0)

Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/gzip.py
Lib/test/test_gzip.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-08-22-17-27-12.gh-issue-108111.N7a4u_.rst [new file with mode: 0644]