summaryrefslogtreecommitdiffstats
path: root/Python/getversion.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-08-23 16:17:52 (GMT)
committerGitHub <noreply@github.com>2019-08-23 16:17:52 (GMT)
commit944aa01a81b17f844b77936d3ed6dd4e2d728841 (patch)
tree9619ed12ac1eea7a1e5dbe76bf821ce97989df09 /Python/getversion.c
parentca9ae94a2aba35d94ac1ec081f9bcac3a13aebd3 (diff)
downloadcpython-944aa01a81b17f844b77936d3ed6dd4e2d728841.zip
cpython-944aa01a81b17f844b77936d3ed6dd4e2d728841.tar.gz
cpython-944aa01a81b17f844b77936d3ed6dd4e2d728841.tar.bz2
Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
_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 8e76c456226438f2e4931ce7baf05ac8faae34a1)
Diffstat (limited to 'Python/getversion.c')
0 files changed, 0 insertions, 0 deletions