]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
authorVictor Stinner <vstinner@python.org>
Wed, 21 Feb 2024 08:11:40 +0000 (09:11 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 08:11:40 +0000 (08:11 +0000)
commit77430b6a329bb04ca884d08afefda25112372afa
tree509b76cbe2ed47bdeed1520c7de15c11217bc3a3
parent1235e84276ab8eabca1348034453c614f0b6b543
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)

Remove references to the old names _PyTime_MIN
and _PyTime_MAX, now that PyTime_MIN and
PyTime_MAX are public.

Replace also _PyTime_MIN with PyTime_MIN.
Include/internal/pycore_time.h
Modules/_threadmodule.c
Python/thread_pthread.h