mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
3eec897752
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