File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -803,12 +803,27 @@ PyModule_GetToken_DuringGC
803803PyType_GetBaseByToken_DuringGC
804804PyType_GetModule_DuringGC
805805PyType_GetModuleByToken_DuringGC
806+ PyCriticalSection_Begin
807+ PyCriticalSection_End
808+ PyCriticalSection2_Begin
809+ PyCriticalSection2_End
810+ PyType_FromSlots
806811PyLong_GetNativeLayout
807812PyLong_Export
808813PyLong_FreeExport
809814PyLongWriter_Create
810815PyLongWriter_Finish
811816PyLongWriter_Discard
817+ PyInterpreterGuard_FromCurrent
818+ PyInterpreterGuard_FromView
819+ PyInterpreterGuard_Close
820+ PyInterpreterView_FromCurrent
821+ PyInterpreterView_FromMain
822+ PyInterpreterView_Close
823+ PyThreadState_Ensure
824+ PyThreadState_EnsureFromView
825+ PyThreadState_Release
826+ PyObject_CallFinalizerFromDealloc
812827PyBaseObject_Type DATA
813828PyBool_Type DATA
814829PyByteArrayIter_Type DATA
You can’t perform that action at this time.
0 commit comments