]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)
authorKen Jin <kenjin@python.org>
Sat, 15 Jun 2024 14:39:22 +0000 (22:39 +0800)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 14:39:22 +0000 (22:39 +0800)
commit6f63dfff6f493b405f3422210a168369e1e7a35d
tree687ba8cc9bfaeb2d460447172b39464935b6a5c0
parent99d62f902e43c08ebec5a292fd3b30a9fc4cba69
gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)

Make PyType_HasFeature (exported version) atomic
Include/object.h
Objects/typeobject.c