]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99005: More intrinsics (GH-100774)
authorMark Shannon <mark@hotpy.org>
Fri, 6 Jan 2023 14:47:57 +0000 (14:47 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 14:47:57 +0000 (14:47 +0000)
commit78068126a1f2172ff61a0871ba43d8530bc73905
treeaa42d4c6d64130587e2f62d61389496693de86e4
parent659c2607f5b44a8a18a0840d1ac39df8a3219dd5
GH-99005: More intrinsics (GH-100774)

* Remove UNARY_POSITIVE, LIST_TO_TUPLE and ASYNC_GEN_WRAP, replacing them with intrinsics.
16 files changed:
Doc/library/dis.rst
Include/internal/pycore_genobject.h
Include/internal/pycore_intrinsics.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_lltrace.py
Misc/NEWS.d/next/Core and Builtins/2023-01-05-17-54-29.gh-issue-99005.cmGwxv.rst [new file with mode: 0644]
Objects/genobject.c
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/intrinsics.c
Python/opcode_metadata.h
Python/opcode_targets.h