mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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>
Miscellaneous source files for the main Python shared library