cpython/Doc/data
Sam Gross 16d2e97cf3
[3.13] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518) (gh-137733)
There were a few thread-safety issues when profiling or tracing all
threads via PyEval_SetProfileAllThreads or PyEval_SetTraceAllThreads:

* The loop over thread states could crash if a thread exits concurrently
  (in both the free threading and default build)
* The modification of `c_profilefunc` and `c_tracefunc` wasn't
  thread-safe on the free threading build.
(cherry picked from commit a10152f8fd)
2025-10-09 11:42:47 -04:00
..
python3.13.abi [3.13] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518) (gh-137733) 2025-10-09 11:42:47 -04:00
refcounts.dat [3.13] Document that PyInterpreterState_GetDict returns a borrowed reference (GH-139451) (#139464) 2025-10-01 11:26:39 +05:30
stable_abi.dat [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027) 2024-07-19 13:03:52 +00:00