|
9 | 9 | #endif
|
10 | 10 |
|
11 | 11 | #include "Python.h"
|
12 |
| -#include "pycore_bytesobject.h" // _PyBytesWriter |
13 |
| -#include "pycore_ceval.h" // _Py_EnterRecursiveCall() |
14 |
| -#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION() |
15 |
| -#include "pycore_long.h" // _PyLong_AsByteArray() |
16 |
| -#include "pycore_moduleobject.h" // _PyModule_GetState() |
17 |
| -#include "pycore_object.h" // _PyNone_Type |
18 |
| -#include "pycore_pyerrors.h" // _PyErr_FormatNote |
19 |
| -#include "pycore_pystate.h" // _PyThreadState_GET() |
20 |
| -#include "pycore_runtime.h" // _Py_ID() |
21 |
| -#include "pycore_setobject.h" // _PySet_NextEntry() |
22 |
| -#include "pycore_sysmodule.h" // _PySys_GetSizeOf() |
| 12 | +#include "pycore_bytesobject.h" // _PyBytesWriter |
| 13 | +#include "pycore_ceval.h" // _Py_EnterRecursiveCall() |
| 14 | +#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION() |
| 15 | +#include "pycore_long.h" // _PyLong_AsByteArray() |
| 16 | +#include "pycore_moduleobject.h" // _PyModule_GetState() |
| 17 | +#include "pycore_object.h" // _PyNone_Type |
| 18 | +#include "pycore_pyerrors.h" // _PyErr_FormatNote |
| 19 | +#include "pycore_pystate.h" // _PyThreadState_GET() |
| 20 | +#include "pycore_runtime.h" // _Py_ID() |
| 21 | +#include "pycore_setobject.h" // _PySet_NextEntry() |
| 22 | +#include "pycore_sysmodule.h" // _PySys_GetSizeOf() |
| 23 | +#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() |
23 | 24 |
|
24 | 25 | #include <stdlib.h> // strtol()
|
25 | 26 |
|
|
0 commit comments