]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)
authorDonghee Na <donghee.na@python.org>
Thu, 21 Nov 2024 22:52:16 +0000 (07:52 +0900)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 22:52:16 +0000 (07:52 +0900)
commit78a530a57800264433d1874a41c91b0939156c03
tree93599658400b15d14c46d73f4ff4c58d078cd413
parent09c240f20c47db126ad7e162df41e5c2596962d4
gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)
Include/internal/pycore_typeobject.h
Lib/test/test_opcache.py
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c