]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 19 Aug 2022 19:33:44 +0000 (12:33 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 19:33:44 +0000 (12:33 -0700)
commit5bfb3c372bda1113aea1385d4793f073a1d37155
treea6b30a05ec2e5f59eadff759e47529ee76a6c132
parent2d9f252c0c08bce0e776b38906c3bbb59a3bd2c5
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-08-15-11-58-05.gh-issue-90997.bWwV8Q.rst [new file with mode: 0644]
Objects/genobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h