mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)
This commit is contained in:
parent
259dbc448d
commit
5e0a070dfe
3 changed files with 6 additions and 3 deletions
|
@ -167,9 +167,6 @@ void _PyErr_FormatNote(const char *format, ...);
|
|||
|
||||
Py_DEPRECATED(3.12) extern void _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
||||
|
||||
// Export for '_zoneinfo' shared extension
|
||||
PyAPI_FUNC(void) _PyErr_ChainExceptions1(PyObject *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue