SIGN IN SIGN UP

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 1b15c89a17ca3de6b05de5379b8717e9738c51ef)
S
Sam Gross committed
e1cc7895313d143478040c9cf8e2215402e326fc
Parent: 78a04b3
Committed by GitHub <noreply@github.com> on 5/14/2025, 3:47:34 AM