Skip to content

Commit 652d10f

Browse files
authored
Merge pull request #35 from PyO3/update-stable-abi
Update python3.def using stable_abi.toml from the latest main
2 parents 3536926 + 03f4394 commit 652d10f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/python3.def

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ PyErr_BadInternalCall
9494
PyErr_CheckSignals
9595
PyErr_Clear
9696
PyErr_Display
97+
PyErr_DisplayException
9798
PyErr_ExceptionMatches
9899
PyErr_Fetch
99100
PyErr_Format
@@ -719,8 +720,14 @@ PyErr_SetHandledException
719720
PyType_FromMetaclass
720721
PyVectorcall_NARGS
721722
PyVectorcall_Call
723+
PyErr_GetRaisedException
724+
PyErr_SetRaisedException
725+
PyException_GetArgs
726+
PyException_SetArgs
722727
PyObject_Vectorcall
723728
PyObject_VectorcallMethod
729+
PyObject_GetTypeData
730+
PyType_GetTypeDataSize
724731
PyBaseObject_Type DATA
725732
PyBool_Type DATA
726733
PyByteArrayIter_Type DATA

0 commit comments

Comments
 (0)