gh-102192: deprecate _PyErr_ChainExceptions by iritkatriel · Pull Request #102935 · python/cpython

bedevere-bot · GitHub

@iritkatriel
@iritkatriel

Closed

@iritkatriel
markshannon

/* Context manipulation (PEP 3134) */
PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);

@iritkatriel
@iritkatriel

iritkatriel

changed the title gh-102192: remove unused _PyErr_ChainExceptionsgh-102192: deprecate _PyErr_ChainExceptions

Mar 31, 2023

@iritkatriel
@iritkatriel
@iritkatriel
@iritkatriel
erlend-aasland

(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

iritkatriel
@iritkatriel
@iritkatriel
@iritkatriel

gaogaotiantian

pushed a commit to gaogaotiantian/cpython that referenced this pull request

Apr 8, 2023

@iritkatriel
@gaogaotiantian

warsaw

pushed a commit to warsaw/cpython that referenced this pull request

Apr 11, 2023

@iritkatriel
@warsaw

JukkaL

added a commit to python/mypy that referenced this pull request

Jun 19, 2023

@JukkaL

Merged