mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
During finalization, we need to mark all non-daemon threads as daemon to quickly shut down threads when sending CTRL^C to the process. This was a minor regression from GH-136004.
Miscellaneous source files for the main Python shared library