File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 28
28
#include "pycore_sliceobject.h" // _PySlice_Fini()
29
29
#include "pycore_sysmodule.h" // _PySys_ClearAuditHooks()
30
30
#include "pycore_traceback.h" // _Py_DumpTracebackThreads()
31
+ #include "pycore_typeid.h" // _PyType_FinalizeIdPool()
31
32
#include "pycore_typeobject.h" // _PyTypes_InitTypes()
32
33
#include "pycore_typevarobject.h" // _Py_clear_generic_types()
33
34
#include "pycore_unicodeobject.h" // _PyUnicode_InitTypes()
Original file line number Diff line number Diff line change 20
20
#include "pycore_runtime_init.h" // _PyRuntimeState_INIT
21
21
#include "pycore_sysmodule.h" // _PySys_Audit()
22
22
#include "pycore_obmalloc.h" // _PyMem_obmalloc_state_on_heap()
23
- #include "pycore_typeid.h" // _PyType_FinalizeIdPool
23
+ #include "pycore_typeid.h" // _PyType_FinalizeThreadLocalRefcounts()
24
24
25
25
/* --------------------------------------------------------------------------
26
26
CAUTION
You can’t perform that action at this time.
0 commit comments