]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:16:34 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 15:16:34 +0000 (15:16 +0000)
commitd80f581faac17b0105a44f3ee57800b1f2faa3a5
tree02cfde300638547898d181bbef5e4dda487a83b0
parent22647c166da4b5b49bcefbd478b1ec824ff4aa6b
[3.14] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (GH-152850) (#153208)

(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