Skip to content

Commit 81b8e88

Browse files
chore: Update python3.def using stable_abi.toml from the latest main (#102)
1 parent 359b2bb commit 81b8e88

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/python3.def

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,12 +803,27 @@ PyModule_GetToken_DuringGC
803803
PyType_GetBaseByToken_DuringGC
804804
PyType_GetModule_DuringGC
805805
PyType_GetModuleByToken_DuringGC
806+
PyCriticalSection_Begin
807+
PyCriticalSection_End
808+
PyCriticalSection2_Begin
809+
PyCriticalSection2_End
810+
PyType_FromSlots
806811
PyLong_GetNativeLayout
807812
PyLong_Export
808813
PyLong_FreeExport
809814
PyLongWriter_Create
810815
PyLongWriter_Finish
811816
PyLongWriter_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
812827
PyBaseObject_Type DATA
813828
PyBool_Type DATA
814829
PyByteArrayIter_Type DATA

0 commit comments

Comments
 (0)