]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91095: Specialize calls to normal Python classes. (GH-99331)
authorMark Shannon <mark@hotpy.org>
Thu, 22 Jun 2023 08:48:19 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 08:48:19 +0000 (09:48 +0100)
commit04492cbc9aa45ac2c12d22083c406a0364c39f5b
tree4eb26dc0dca29519cabe1086aec523bc29e8f4b5
parentc01da2896ab92ba7193bcd6ae56908c5c7277e75
GH-91095: Specialize calls to normal Python classes. (GH-99331)
20 files changed:
Include/cpython/object.h
Include/internal/pycore_frame.h
Include/internal/pycore_object.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/_opcode_metadata.py
Lib/opcode.py
Lib/test/test_sys.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-11-10-13-04-35.gh-issue-91095.4E3Pwn.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/typeobject.c
Python/bytecodes.c
Python/ceval.c
Python/compile.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c