]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth. (GH...
authorMark Shannon <mark@hotpy.org>
Thu, 19 May 2022 16:49:29 +0000 (17:49 +0100)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 16:49:29 +0000 (17:49 +0100)
commit3fd86100022103f41ada043f5bb5a7201e80ac27
treed57d89cce134d2556a64ea1935117aa2729fedad
parent70aa1b9b912d8254df3c61ae0a55464962f4c087
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth. (GH-92960)
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-05-19-15-29-53.gh-issue-89914.8bAffH.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/opcode_targets.h