1616#include "pycore_initconfig.h" // _PyStatus_OK()
1717#include "pycore_instruction_sequence.h" // _PyInstructionSequence_Type
1818#include "pycore_interpolation.h" // _PyInterpolation_Type
19- #include "pycore_hashtable.h" // _Py_hashtable_new()
2019#include "pycore_list.h" // _PyList_DebugMallocStats()
2120#include "pycore_long.h" // _PyLong_GetZero()
2221#include "pycore_memoryobject.h" // _PyManagedBuffer_Type
2726#include "pycore_pymem.h" // _PyMem_IsPtrFreed()
2827#include "pycore_pystate.h" // _PyThreadState_GET()
2928#include "pycore_symtable.h" // PySTEntry_Type
30- #include "pycore_template.h" // _PyTemplate_Type
29+ #include "pycore_template.h" // _PyTemplate_Type _PyTemplateIter_Type
3130#include "pycore_tuple.h" // _PyTuple_DebugMallocStats()
3231#include "pycore_typeobject.h" // _PyBufferWrapper_Type
3332#include "pycore_typevarobject.h" // _PyTypeAlias_Type
@@ -2412,6 +2411,7 @@ static PyTypeObject* static_types[] = {
24122411 & _PyHamt_CollisionNode_Type ,
24132412 & _PyHamt_Type ,
24142413 & _PyInstructionSequence_Type ,
2414+ & _PyInterpolation_Type ,
24152415 & _PyLegacyEventHandler_Type ,
24162416 & _PyLineIterator ,
24172417 & _PyManagedBuffer_Type ,
@@ -2421,6 +2421,8 @@ static PyTypeObject* static_types[] = {
24212421 & _PyNone_Type ,
24222422 & _PyNotImplemented_Type ,
24232423 & _PyPositionsIterator ,
2424+ & _PyTemplate_Type ,
2425+ & _PyTemplateIter_Type ,
24242426 & _PyUnicodeASCIIIter_Type ,
24252427 & _PyUnion_Type ,
24262428#ifdef _Py_TIER2
@@ -2431,9 +2433,6 @@ static PyTypeObject* static_types[] = {
24312433 & _PyWeakref_RefType ,
24322434 & _PyTypeAlias_Type ,
24332435 & _PyNoDefault_Type ,
2434- & _PyInterpolation_Type ,
2435- & _PyTemplate_Type ,
2436- & _PyTemplateIter_Type ,
24372436
24382437 // subclasses: _PyTypes_FiniTypes() deallocates them before their base
24392438 // class
0 commit comments