mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-102755: Add PyErr_DisplayException(exc) (#102756)
This commit is contained in:
parent
405739f916
commit
3f9285a8c5
13 changed files with 76 additions and 78 deletions
1
Doc/data/stable_abi.dat
generated
1
Doc/data/stable_abi.dat
generated
|
@ -133,6 +133,7 @@ function,PyErr_BadInternalCall,3.2,,
|
|||
function,PyErr_CheckSignals,3.2,,
|
||||
function,PyErr_Clear,3.2,,
|
||||
function,PyErr_Display,3.2,,
|
||||
function,PyErr_DisplayException,3.12,,
|
||||
function,PyErr_ExceptionMatches,3.2,,
|
||||
function,PyErr_Fetch,3.2,,
|
||||
function,PyErr_Format,3.2,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue