]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126091: Always link generator frames when propagating a thrown-in exception throug...
authorJacob Bower <1978924+jbower-fb@users.noreply.github.com>
Thu, 21 Nov 2024 23:37:49 +0000 (15:37 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 23:37:49 +0000 (17:37 -0600)
commite8bb05394164e7735f7a9de80a046953606a38eb
treed1dc0f67f289679e66355f220b264b480f533b0a
parent3fafc1bd83d1f2c19f124d234a0ece988dad8b0a
gh-126091: Always link generator frames when propagating a thrown-in exception through a yield-from chain (#126092)

Always link generator frames when propagating a thrown-in exception through a yield-from chain.
Lib/test/test_generators.py
Misc/NEWS.d/next/Core_and_Builtins/2024-11-07-21-48-23.gh-issue-126091.ETaRGE.rst [new file with mode: 0644]
Objects/genobject.c