{{ message }}
Commit 3430c55
bpo-39164: Add private _PyErr_GetExcInfo() function (pythonGH-17752)
This adds a new function named _PyErr_GetExcInfo() that is a variation of the
original PyErr_GetExcInfo() taking a PyThreadState as its first argument.
That function allows to retrieve the exceptions information of any Python
thread -- not only the current one.1 parent d8efc14 commit 3430c55
3 files changed
Lines changed: 12 additions & 4 deletions
File tree
- Include/cpython
- Misc/NEWS.d/next/C API
- Python
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |

0 commit comments