@@ -59,6 +59,7 @@ Objects/interpolationobject.c - _PyInterpolation_Type -
5959Objects/iterobject.c - PyCallIter_Type -
6060Objects/iterobject.c - PySeqIter_Type -
6161Objects/iterobject.c - _PyAnextAwaitable_Type -
62+ Objects/lazyimportobject.c - PyLazyImport_Type -
6263Objects/listobject.c - PyListIter_Type -
6364Objects/listobject.c - PyListRevIter_Type -
6465Objects/listobject.c - PyList_Type -
@@ -176,6 +177,7 @@ Objects/exceptions.c - _PyExc_StopIteration -
176177Objects/exceptions.c - _PyExc_GeneratorExit -
177178Objects/exceptions.c - _PyExc_SystemExit -
178179Objects/exceptions.c - _PyExc_KeyboardInterrupt -
180+ Objects/exceptions.c - _PyExc_ImportCycleError -
179181Objects/exceptions.c - _PyExc_ImportError -
180182Objects/exceptions.c - _PyExc_ModuleNotFoundError -
181183Objects/exceptions.c - _PyExc_OSError -
@@ -242,6 +244,7 @@ Objects/exceptions.c - PyExc_StopIteration -
242244Objects/exceptions.c - PyExc_GeneratorExit -
243245Objects/exceptions.c - PyExc_SystemExit -
244246Objects/exceptions.c - PyExc_KeyboardInterrupt -
247+ Objects/exceptions.c - PyExc_ImportCycleError -
245248Objects/exceptions.c - PyExc_ImportError -
246249Objects/exceptions.c - PyExc_ModuleNotFoundError -
247250Objects/exceptions.c - PyExc_OSError -
0 commit comments