mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
1d0baf1ae4
gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)
Hold a strong reference to 'hook' while calling the default
unraisable took to log hook failure.
(cherry picked from commit 39a2bcf949)
Miscellaneous source files for the main Python shared library