We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3536926 + 03f4394 commit 652d10fCopy full SHA for 652d10f
src/python3.def
@@ -94,6 +94,7 @@ PyErr_BadInternalCall
94
PyErr_CheckSignals
95
PyErr_Clear
96
PyErr_Display
97
+PyErr_DisplayException
98
PyErr_ExceptionMatches
99
PyErr_Fetch
100
PyErr_Format
@@ -719,8 +720,14 @@ PyErr_SetHandledException
719
720
PyType_FromMetaclass
721
PyVectorcall_NARGS
722
PyVectorcall_Call
723
+PyErr_GetRaisedException
724
+PyErr_SetRaisedException
725
+PyException_GetArgs
726
+PyException_SetArgs
727
PyObject_Vectorcall
728
PyObject_VectorcallMethod
729
+PyObject_GetTypeData
730
+PyType_GetTypeDataSize
731
PyBaseObject_Type DATA
732
PyBool_Type DATA
733
PyByteArrayIter_Type DATA
0 commit comments