]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time`...
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Mon, 6 Jul 2026 14:50:15 +0000 (22:50 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 14:50:15 +0000 (16:50 +0200)
commit2d7a74ece7884c9a5f52cc6ac38a6e7ee691b26c
treeebc40812a1c32bcbe0b0382a8bcbc1b5945198a5
parent8477652cc122e744bcc70c1e133905bcbe2d8516
gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (#152850)

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