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.pull/15431/head
committed by
Victor Stinner
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue