diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-08-23 16:17:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-23 16:17:52 (GMT) |
commit | 944aa01a81b17f844b77936d3ed6dd4e2d728841 (patch) | |
tree | 9619ed12ac1eea7a1e5dbe76bf821ce97989df09 /Python/dynload_stub.c | |
parent | ca9ae94a2aba35d94ac1ec081f9bcac3a13aebd3 (diff) | |
download | cpython-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/dynload_stub.c')
0 files changed, 0 insertions, 0 deletions