mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
This commit is contained in:
parent
c06a4ffe81
commit
5d421d7342
13 changed files with 141 additions and 24 deletions
2
Doc/data/stable_abi.dat
generated
2
Doc/data/stable_abi.dat
generated
|
@ -137,6 +137,7 @@ function,PyErr_Fetch,3.2,,
|
|||
function,PyErr_Format,3.2,,
|
||||
function,PyErr_FormatV,3.5,,
|
||||
function,PyErr_GetExcInfo,3.7,,
|
||||
function,PyErr_GetHandledException,3.11,,
|
||||
function,PyErr_GivenExceptionMatches,3.2,,
|
||||
function,PyErr_NewException,3.2,,
|
||||
function,PyErr_NewExceptionWithDoc,3.2,,
|
||||
|
@ -159,6 +160,7 @@ function,PyErr_SetFromErrnoWithFilenameObject,3.2,,
|
|||
function,PyErr_SetFromErrnoWithFilenameObjects,3.7,,
|
||||
function,PyErr_SetFromWindowsErr,3.7,on Windows,
|
||||
function,PyErr_SetFromWindowsErrWithFilename,3.7,on Windows,
|
||||
function,PyErr_SetHandledException,3.11,,
|
||||
function,PyErr_SetImportError,3.7,,
|
||||
function,PyErr_SetImportErrorSubclass,3.6,,
|
||||
function,PyErr_SetInterrupt,3.2,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue