mirror of https://github.com/python/cpython
Browse Source
_PyTime_t type is defined as int64_t, and so min/max are INT64_MIN/INT64_MAX,
not PY_LLONG_MIN/PY_LLONG_MAX.
(cherry picked from commit 8e76c45622)
pull/15434/head
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue