SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 2 Python

Fix _PyTime_MIN/MAX values (GH-15384)

_PyTime_t type is defined as int64_t, and so min/max are INT64_MIN/INT64_MAX,
not PY_LLONG_MIN/PY_LLONG_MAX.
S
Sergey Fedoseev committed
8e76c456226438f2e4931ce7baf05ac8faae34a1
Parent: b5d3cee
Committed by Victor Stinner <vstinner@redhat.com> on 8/23/2019, 3:39:09 PM