]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
authorMark Shannon <mark@hotpy.org>
Thu, 5 Jan 2023 16:05:51 +0000 (16:05 +0000)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 16:05:51 +0000 (16:05 +0000)
commit28187141cc34063ef857976ddbca87ba09a882c2
tree852d652bd98f0f7e322a30f6d648a1a4ce9612b2
parentf20c553a458659f247fac1fb829f8172aa32f69a
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)

* Remove PRINT_EXPR instruction

* Remove STOPITERATION_ERROR instruction

* Remove IMPORT_STAR instruction
19 files changed:
Doc/library/dis.rst
Include/internal/pycore_intrinsics.h [new file with mode: 0644]
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2023-01-05-13-54-00.gh-issue-99005.D7H6j4.rst [new file with mode: 0644]
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/bytecodes.c
Python/ceval.c
Python/compile.c
Python/generated_cases.c.h
Python/intrinsics.c [new file with mode: 0644]
Python/opcode_targets.h