]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutin...
authorMark Shannon <mark@hotpy.org>
Mon, 13 Feb 2023 11:24:55 +0000 (11:24 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Feb 2023 11:24:55 +0000 (11:24 +0000)
commit160f2fe2b90ed5ec7838cb4141dd35768422891f
tree2d9617e40227da45aa8e3c4452eaa0f389a0d879
parenta1f08f5f19753c7c9295f51b5ae1262c7a1c838f
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
15 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-02-10-15-54-57.gh-issue-87849.IUVvPz.rst [new file with mode: 0644]
Objects/frameobject.c
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c