Files
cpython/Python
Kumar Aditya 9a6b60af40 gh-136870: fix data races in instrumentation of bytecode (#136994)
De-instrumenting code objects modifies the thread local bytecode for all threads as such, holding the critical section on the code object is not sufficient and leads to data races. Now, the de-instrumentation is now performed under a stop the world pause as such no thread races with executing the thread local bytecode while it is being de-instrumented.
2025-07-24 17:58:46 +00:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library