mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (#105072)
This commit is contained in:
parent
bd98b65e97
commit
b7aadb4583
7 changed files with 196 additions and 1 deletions
|
|
@ -116,6 +116,10 @@ PyAPI_FUNC(int) _PyException_AddNote(
|
|||
PyObject *exc,
|
||||
PyObject *note);
|
||||
|
||||
PyAPI_FUNC(PyObject*) PyUnstable_Exc_PrepReraiseStar(
|
||||
PyObject *orig,
|
||||
PyObject *excs);
|
||||
|
||||
/* In signalmodule.c */
|
||||
|
||||
int PySignal_SetWakeupFd(int fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue