]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Jun 2024 15:06:54 +0000 (17:06 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 15:06:54 +0000 (15:06 +0000)
commitcbcb5265bfaf80af386faa8858359bb6f15cb77d
treeb9356895861acde009e241f7753ff4eaff74858b
parent13a5082afea155b8558c700156e3832548d78b3a
[3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484) (#120554)

gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484)

Make PyType_HasFeature (exported version) atomic
(cherry picked from commit 6f63dfff6f493b405f3422210a168369e1e7a35d)

Co-authored-by: Ken Jin <kenjin@python.org>
Include/object.h
Objects/typeobject.c