]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103951: enable optimization for fast attribute access on module subclasses (GH...
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 15 Nov 2024 08:03:38 +0000 (11:03 +0300)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 08:03:38 +0000 (16:03 +0800)
commitd9e251223e8314ca726fc0be8b834362184b0aad
tree27573aba3de90484f984bd608db7594961bb5a60
parent3fecbe9255391be1ac3c3b52dfe0254ee5c665bd
gh-103951: enable optimization for fast attribute access on module subclasses (GH-126264)

Co-authored-by: Nicolas Tessore <n.tessore@ucl.ac.uk>
Misc/NEWS.d/next/Core_and_Builtins/2024-11-01-09-58-06.gh-issue-103951.6qduwj.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c