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 ba28b37 commit abae231Copy full SHA for abae231
1 file changed
Python/sysmodule.c
@@ -33,8 +33,8 @@ Data members:
33
#include "pycore_pymath.h" // _PY_SHORT_FLOAT_REPR
34
#include "pycore_pymem.h" // _PyMem_DefaultRawFree()
35
#include "pycore_pystate.h" // _PyThreadState_GET()
36
-#include "pycore_runtime.h" // _PyRuntimeState_GetInitialized()
37
#include "pycore_pystats.h" // _Py_PrintSpecializationStats()
+#include "pycore_runtime.h" // _PyRuntimeState_Get*()
38
#include "pycore_structseq.h" // _PyStructSequence_InitBuiltinWithFlags()
39
#include "pycore_sysmodule.h" // export _PySys_GetSizeOf()
40
#include "pycore_unicodeobject.h" // _PyUnicode_InternImmortal()
0 commit comments