mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -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