cpython/Doc/data
Eric Snow 219b8266db
[3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114)
This approach eliminates the originally reported race.  It also gets rid of the deadlock reported in gh-96071, so we can remove the workaround added then.

This is mostly a cherry-pick of 1c0a104 (AKA gh-126989).  The difference is we add PyInterpreterState.threads_preallocated at the end of PyInterpreterState, instead of adding PyInterpreterState.threads.preallocated.  That avoids ABI disruption.
2024-12-02 18:41:57 +00:00
..
python3.13.abi [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114) 2024-12-02 18:41:57 +00:00
refcounts.dat [3.13] gh-127443: Fix some entries in Doc/data/refcounts.dat (GH-127451) (#127496) 2024-12-02 08:28:15 +00:00
stable_abi.dat [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027) 2024-07-19 13:03:52 +00:00