We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9ae94 commit 944aa01Copy full SHA for 944aa01
1 file changed
Include/pytime.h
@@ -17,8 +17,8 @@ extern "C" {
17
store a duration, and so indirectly a date (related to another date, like
18
UNIX epoch). */
19
typedef int64_t _PyTime_t;
20
-#define _PyTime_MIN PY_LLONG_MIN
21
-#define _PyTime_MAX PY_LLONG_MAX
+#define _PyTime_MIN INT64_MIN
+#define _PyTime_MAX INT64_MAX
22
23
typedef enum {
24
/* Round towards minus infinity (-inf).
0 commit comments