Skip to content

Commit abae231

Browse files
committed
alphabetical includes, ack that other APIs are used in the comment
1 parent ba28b37 commit abae231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Data members:
3333
#include "pycore_pymath.h" // _PY_SHORT_FLOAT_REPR
3434
#include "pycore_pymem.h" // _PyMem_DefaultRawFree()
3535
#include "pycore_pystate.h" // _PyThreadState_GET()
36-
#include "pycore_runtime.h" // _PyRuntimeState_GetInitialized()
3736
#include "pycore_pystats.h" // _Py_PrintSpecializationStats()
37+
#include "pycore_runtime.h" // _PyRuntimeState_Get*()
3838
#include "pycore_structseq.h" // _PyStructSequence_InitBuiltinWithFlags()
3939
#include "pycore_sysmodule.h" // export _PySys_GetSizeOf()
4040
#include "pycore_unicodeobject.h" // _PyUnicode_InternImmortal()

0 commit comments

Comments
 (0)