mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
e34c82abeb
* gh-93503: Add APIs to set profiling and tracing functions in all threads in the C-API * Use a separate API * Fix NEWS entry * Add locks around the loop * Document ignoring exceptions * Use the new APIs in the sys module * Update docs