mirror of
https://github.com/python/cpython.git
synced 2026-06-01 09:09:28 -04:00
970e719a7a
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>