]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)
authorKen Jin <kenjin@python.org>
Tue, 31 Dec 2024 04:24:17 +0000 (12:24 +0800)
committerGitHub <noreply@github.com>
Tue, 31 Dec 2024 04:24:17 +0000 (12:24 +0800)
commit7ef49074123511003c8b7f7f3ba2a4e05285e8dc
tree1719d0d2fd187f79bd1398b9f230bb5a65c9502e
parentdafe7a44630aa32bb411cceb45c7b7df725e3fe3
gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c