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 cfd4661 commit 5791a54Copy full SHA for 5791a54
1 file changed
Include/pytime.h
@@ -13,8 +13,6 @@ functions and constants
13
extern "C" {
14
#endif
15
16
-#ifndef Py_LIMITED_API
17
-
18
#ifdef HAVE_GETTIMEOFDAY
19
typedef struct timeval _PyTime_timeval;
20
#else
@@ -96,7 +94,6 @@ PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
96
94
/* Initialize time.
97
95
Return 0 on success, raise an exception and return -1 on error. */
98
PyAPI_FUNC(int) _PyTime_Init(void);
99
-#endif /* Py_LIMITED_API */
100
101
#ifdef __cplusplus
102
}
0 commit comments