@@ -141,6 +141,10 @@ PyContext_New
141141PyContext_Type DATA
142142PyCoro_New
143143PyCoro_Type DATA
144+ PyCriticalSection2_Begin
145+ PyCriticalSection2_End
146+ PyCriticalSection_Begin
147+ PyCriticalSection_End
144148PyDescr_IsData
145149PyDescr_NewClassMethod
146150PyDescr_NewGetSet
@@ -305,7 +309,6 @@ PyExc_GeneratorExit DATA
305309PyExc_IOError DATA
306310PyExc_ImportError DATA
307311PyExc_ImportWarning DATA
308- PyExc_IncompleteInputError DATA
309312PyExc_IndentationError DATA
310313PyExc_IndexError DATA
311314PyExc_InterpreterError DATA
@@ -590,6 +593,8 @@ PyModule_SetDocString
590593PyModule_Type DATA
591594PyMonitoring_EnterScope
592595PyMonitoring_ExitScope
596+ PyMutex_Lock
597+ PyMutex_Unlock
593598PyNumber_Absolute
594599PyNumber_Add
595600PyNumber_And
@@ -798,6 +803,7 @@ PySet_New
798803PySet_Pop
799804PySet_Size
800805PySet_Type DATA
806+ PySignal_SetWakeupFd
801807PySlice_AdjustIndices
802808PySlice_GetIndices
803809PySlice_GetIndicesEx
@@ -1071,6 +1077,7 @@ PyUnstable_InterpreterFrame_GetLine
10711077PyUnstable_InterpreterState_GetMainModule
10721078PyUnstable_Long_CompactValue
10731079PyUnstable_Long_IsCompact
1080+ PyUnstable_Object_ClearWeakRefsNoCallbacks
10741081PyUnstable_Object_GC_NewWithExtraData
10751082PyUnstable_PerfMapState_Fini
10761083PyUnstable_PerfMapState_Init
@@ -1212,6 +1219,7 @@ _PyBytesWriter_Resize
12121219_PyBytesWriter_WriteBytes
12131220_PyBytes_DecodeEscape
12141221_PyBytes_Find
1222+ _PyBytes_Join
12151223_PyBytes_Repeat
12161224_PyBytes_Resize
12171225_PyBytes_ReverseFind
@@ -1254,15 +1262,18 @@ _PyCrossInterpreterData_ReleaseAndRawFree
12541262_PyCrossInterpreterData_UnregisterClass
12551263_PyDeadline_Get
12561264_PyDeadline_Init
1265+ _PyDict_DelItemIf
12571266_PyDict_DelItem_KnownHash
12581267_PyDict_FromItems
1268+ _PyDict_GetItemRef_KnownHash_LockHeld
12591269_PyDict_GetItemStringWithError
12601270_PyDict_GetItem_KnownHash
12611271_PyDict_LoadGlobal
12621272_PyDict_MergeEx
12631273_PyDict_NewPresized
12641274_PyDict_Pop
12651275_PyDict_SetItem_KnownHash
1276+ _PyDict_SetItem_KnownHash_LockHeld
12661277_PyDict_SetItem_Take2
12671278_PyDict_SizeOf
12681279_PyErr_BadInternalCall
@@ -1292,12 +1303,14 @@ _PyEval_GetBuiltin
12921303_PyEval_MakePendingCalls
12931304_PyEval_MatchClass
12941305_PyEval_MatchKeys
1306+ _PyEval_MonitorRaise
12951307_PyEval_SetProfile
12961308_PyEval_SliceIndex
12971309_PyEval_SliceIndexNotNone
12981310_PyEval_UnpackIterable
12991311_PyEvent_IsSet
13001312_PyEvent_Notify
1313+ _PyExc_IncompleteInputError DATA
13011314_PyFloat_ExactDealloc
13021315_PyFrame_IsEntryFrame
13031316_PyFunction_SetVersion
@@ -1384,8 +1397,6 @@ _PyMonitoring_FirePyYieldEvent
13841397_PyMonitoring_FireRaiseEvent
13851398_PyMonitoring_FireReraiseEvent
13861399_PyMonitoring_FireStopIterationEvent
1387- _PyMutex_LockSlow
1388- _PyMutex_UnlockSlow
13891400_PyNamespace_New
13901401_PyNone_Type DATA
13911402_PyNotImplemented_Type DATA
@@ -1431,6 +1442,9 @@ _PyRWMutex_Lock
14311442_PyRWMutex_RLock
14321443_PyRWMutex_RUnlock
14331444_PyRWMutex_Unlock
1445+ _PyRecursiveMutex_IsLockedByCurrentThread
1446+ _PyRecursiveMutex_Lock
1447+ _PyRecursiveMutex_Unlock
14341448_PyRuntime DATA
14351449_PySemaphore_Destroy
14361450_PySemaphore_Init
@@ -1451,7 +1465,6 @@ _PySlice_FromIndices
14511465_PySlice_GetLongIndices
14521466_PyStack_AsDict
14531467_PyState_AddModule
1454- _PyStaticType_FiniForExtension
14551468_PyStaticType_InitForExtension
14561469_PyStructSequence_NewType
14571470_PySuper_Lookup
@@ -1460,6 +1473,8 @@ _PySys_GetSizeOf
14601473_PyThreadState_GetCurrent
14611474_PyThreadState_GetDict
14621475_PyThreadState_Init
1476+ _PyThreadState_New
1477+ _PyThreadState_NewBound
14631478_PyThreadState_PopFrame
14641479_PyThreadState_Prealloc
14651480_PyThread_CurrentFrames
@@ -1514,6 +1529,9 @@ _PyUnicode_Equal
15141529_PyUnicode_EqualToASCIIString
15151530_PyUnicode_ExactDealloc
15161531_PyUnicode_FromId
1532+ _PyUnicode_InternImmortal
1533+ _PyUnicode_InternInPlace
1534+ _PyUnicode_InternMortal
15171535_PyUnicode_IsAlpha
15181536_PyUnicode_IsDecimalDigit
15191537_PyUnicode_IsDigit
0 commit comments