]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-133998: Fix gzip file creation when time is out of range (GH-134278) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2026 07:48:42 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 07:48:42 +0000 (07:48 +0000)
commitb039d1bd976819320af15494a11c973e0eca02f1
treedf846fa5f92b0ef7a4c372562965132de3100460
parent591c4ffdd93ff4e89c61f4b9f84fd68a1f36d8db
[3.15] gh-133998: Fix gzip file creation when time is out of range (GH-134278) (GH-150221)

(cherry picked from commit 1daad8a1630c9ee011f6ff3796c4e7aef243463b)

Co-authored-by: adang1345 <adang1345@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS.d/next/Library/2025-05-19-20-29-35.gh-issue-133998.KmElUw.rst [new file with mode: 0644]