Files
cpython/Python
Victor Stinner 39a2bcf949 gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)
Hold a strong reference to 'hook' while calling the default
unraisable took to log hook failure.

Fix test_sys.UnraisableHookTest: use the right decorator function to
disable colors. Previously, tests were always skipped.
2026-01-09 13:16:22 +01:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library