Thanks to visit codestin.com Credit goes to github.com
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 b5d3cee commit 8e76c45Copy full SHA for 8e76c45
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