File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
#include "parts.h"
6
-
7
6
#include "pycore_critical_section.h"
8
7
8
+ #ifdef MS_WINDOWS
9
+ # include <windows.h> // Sleep()
10
+ #endif
11
+
9
12
#ifdef Py_GIL_DISABLED
10
13
#define assert_nogil assert
11
14
#define assert_gil (x )
Original file line number Diff line number Diff line change 38
38
#include "pycore_moduleobject.h" // _PyModule_GetState()
39
39
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
40
40
#include "pycore_pystate.h" // _PyInterpreterState_GET
41
-
41
+ #include "pycore_unicodeobject.h" // for Argument Clinic
42
42
43
43
44
44
#ifndef WINDOWS_LEAN_AND_MEAN
45
- #define WINDOWS_LEAN_AND_MEAN
45
+ # define WINDOWS_LEAN_AND_MEAN
46
46
#endif
47
- #include " windows.h"
47
+ #include < windows.h>
48
48
#include <winioctl.h>
49
49
#include <crtdbg.h>
50
50
#include "winreparse.h"
Original file line number Diff line number Diff line change 3
3
4
4
#include "Python.h"
5
5
#include "pycore_fileutils.h" // _Py_add_relfile()
6
+ #include "pycore_importdl.h" // dl_funcptr
7
+ #include "pycore_interp.h" // _PyInterpreterState_GetConfig()
6
8
#include "pycore_pystate.h" // _PyInterpreterState_GET()
7
9
8
- #include "pycore_importdl.h" // dl_funcptr
9
10
#include "patchlevel.h" // PY_MAJOR_VERSION
10
11
#include <windows.h>
11
12
You can’t perform that action at this time.
0 commit comments