mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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