]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116868: Avoid locking in PyType_IsSubtype (#116829)
authorDino Viehland <dinoviehland@meta.com>
Fri, 15 Mar 2024 16:35:29 +0000 (12:35 -0400)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2024 16:35:29 +0000 (12:35 -0400)
commit280de3661b42af9b3fe792764d0b09f403df5223
tree921916c517f41e0a63d9c32beb73ee8dda0989fe
parentebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6
gh-116868: Avoid locking in PyType_IsSubtype (#116829)

Make PyType_IsSubType not acquire lock
Objects/typeobject.c