]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jul 2026 15:25:47 +0000 (17:25 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 15:25:47 +0000 (15:25 +0000)
commit15a21e4ee2c320b95bfb1f20a624a1e4822d3965
treea4928015f1183df2157dc312d65cda5963ae9906
parent8d215929f4327ea0e5f63c62c51c8d2892b82d18
[3.15] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (GH-152850) (#153209)

(cherry picked from commit 2d7a74ece7884c9a5f52cc6ac38a6e7ee691b26c)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/test_time.py
Misc/NEWS.d/next/Library/2026-07-02-13-30-00.gh-issue-152849.K9dRvP.rst [new file with mode: 0644]
Python/pytime.c