Home
last modified time | relevance | path

Searched defs:_PyTime_MAX (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dpytime.h63 #define _PyTime_MAX INT64_MAX macro
/third_party/python/Lib/test/
Dtest_time.py43 _PyTime_MAX = 2 ** 63 - 1 variable