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 1ff810d commit 22bbdcdCopy full SHA for 22bbdcd
Parser/myreadline.c
@@ -11,7 +11,8 @@
11
12
#include "Python.h"
13
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
14
-#include "pycore_pystate.h" // _PyThreadState_GET()
+#include "pycore_interp.h" // _PyInterpreterState_GetConfig()
15
+#include "pycore_pystate.h" // _PyThreadState_GET()
16
#ifdef MS_WINDOWS
17
# ifndef WIN32_LEAN_AND_MEAN
18
# define WIN32_LEAN_AND_MEAN
Python/pytime.c
@@ -1,7 +1,8 @@
1
2
#include "pycore_initconfig.h" // _PyStatus_ERR
3
-#include "pycore_time.h" // PyTime_t
4
#include "pycore_pystate.h" // _Py_AssertHoldsTstate()
+#include "pycore_runtime.h" // _PyRuntime
5
+#include "pycore_time.h" // PyTime_t
6
7
#include <time.h> // gmtime_r()
8
#ifdef HAVE_SYS_TIME_H
0 commit comments