cpython/Lib/test/test_free_threading
Sam Gross e1cc789531
gh-132869: Fix crash in _PyObject_TryGetInstanceAttribute (#133700)
This fixes a crash in `_PyObject_TryGetInstanceAttribute` due to the use
of `_PyDictKeys_StringLookup` on an unlocked dictionary that may be
concurrently modified.

The underlying bug was already fixed in 3.14 and the main branch.

(partially cherry picked from commit 1b15c89a17)
2025-05-14 12:47:34 +09:00
..
__init__.py
test_code.py
test_dict.py
test_func_annotations.py
test_gc.py
test_list.py
test_monitoring.py
test_set.py
test_slots.py
test_str.py
test_tokenize.py
test_type.py