]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133998: Fix gzip file creation when time is out of range (GH-134278)
authoradang1345 <adang1345@gmail.com>
Fri, 22 May 2026 07:20:08 +0000 (00:20 -0700)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 07:20:08 +0000 (10:20 +0300)
commit1daad8a1630c9ee011f6ff3796c4e7aef243463b
tree86b86daa44a66335ac1e8ee0095fdc98bf6c4908
parentf159419ae2ef1aebbd90ce9427b55e27738c960c
gh-133998: Fix gzip file creation when time is out of range (GH-134278)

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]