mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
f183996eb7
In free-threading, multiple threads can be cleared concurrently as such the modifications on `sys_tracing_threads` should be done while holding the profile lock, otherwise it can race with other threads setting up profiling.
Miscellaneous source files for the main Python shared library