]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
authorMark Shannon <mark@hotpy.org>
Wed, 8 Dec 2021 12:09:26 +0000 (12:09 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 12:09:26 +0000 (12:09 +0000)
commit69806b9516dbe092381f3ef884c7c64bb9b8414a
tree475262014715b235fa9a122ff09c973d47536f8e
parent3e0f13b9e48eec8c54a185e4180bfca4e5e685f6
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Doc/library/dis.rst
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2021-12-08-11-06-53.bpo-46009.cL8pH0.rst [new file with mode: 0644]
Objects/genobject.c
Python/ceval.c