Files
cpython/Python
Sam Gross 85dabb9c15 [3.14] gh-137238: Fix data race in _Py_slot_tp_getattr_hook (gh-137240) (#137416)
Replacing the slot isn't thread-safe if the GIL is disabled. Don't
require that the slot has been replaced when specializing.
(cherry picked from commit 485b16b4f7)
2025-10-07 17:36:56 +00:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library