diff options
author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2019-08-23 20:39:09 +0500 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-08-23 16:39:09 +0100 |
commit | 8e76c456226438f2e4931ce7baf05ac8faae34a1 (patch) | |
tree | 4cb64f5f12eef44f6f9b4f2960fe8239cbd025d9 /Programs/_testembed.c | |
parent | bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ... (diff) | |
download | cpython-8e76c456226438f2e4931ce7baf05ac8faae34a1.tar.gz cpython-8e76c456226438f2e4931ce7baf05ac8faae34a1.tar.bz2 cpython-8e76c456226438f2e4931ce7baf05ac8faae34a1.zip |
Fix _PyTime_MIN/MAX values (GH-15384)
_PyTime_t type is defined as int64_t, and so min/max are INT64_MIN/INT64_MAX,
not PY_LLONG_MIN/PY_LLONG_MAX.
Diffstat (limited to 'Programs/_testembed.c')
0 files changed, 0 insertions, 0 deletions