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

(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