Closed
/* Context manipulation (PEP 3134) */
PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
changed the title gh-102192: remove unused _PyErr_ChainExceptionsgh-102192: deprecate _PyErr_ChainExceptions
(Contributed by Mark Shannon in :gh:`101578`.)
* Add ``_PyErr_ChainExceptions1``, which takes an exception instance, to replace the legacy-api ``_PyErr_ChainExceptions``, which is now
pushed a commit to gaogaotiantian/cpython that referenced this pull request
pushed a commit to warsaw/cpython that referenced this pull request
added a commit to python/mypy that referenced this pull request
Merged