◐ Shell
clean mode source ↗

gh-108082: Use PyErr_FormatUnraisable() by serhiy-storchaka · Pull Request #111580 · python/cpython

Replace most of calls of _PyErr_WriteUnraisableMsg() and some
calls of PyErr_WriteUnraisable(NULL) with PyErr_FormatUnraisable().

vstinner

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner

Co-authored-by: Victor Stinner <vstinner@python.org>

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

Nov 3, 2023
Replace most of calls of _PyErr_WriteUnraisableMsg() and some
calls of PyErr_WriteUnraisable(NULL) with PyErr_FormatUnraisable().

Co-authored-by: Victor Stinner <vstinner@python.org>

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

Feb 11, 2024
Replace most of calls of _PyErr_WriteUnraisableMsg() and some
calls of PyErr_WriteUnraisable(NULL) with PyErr_FormatUnraisable().

Co-authored-by: Victor Stinner <vstinner@python.org>

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

Sep 2, 2024
Replace most of calls of _PyErr_WriteUnraisableMsg() and some
calls of PyErr_WriteUnraisable(NULL) with PyErr_FormatUnraisable().

Co-authored-by: Victor Stinner <vstinner@python.org>