mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +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
|
@ -12,6 +12,7 @@ PyAPI_FUNC(PyObject *) Py_CompileString(const char *, const char *, int);
|
|||
PyAPI_FUNC(void) PyErr_Print(void);
|
||||
PyAPI_FUNC(void) PyErr_PrintEx(int);
|
||||
PyAPI_FUNC(void) PyErr_Display(PyObject *, PyObject *, PyObject *);
|
||||
PyAPI_FUNC(void) PyErr_DisplayException(PyObject *);
|
||||
|
||||
|
||||
/* Stuff with no proper home (yet) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue