]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121657: Display correct error message for yield from outside of a function (GH...
authorGregor <36135323+gege-hoho@users.noreply.github.com>
Sat, 13 Jul 2024 15:14:39 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 15:14:39 +0000 (17:14 +0200)
commit178e44de8f023be7a5dc400044ab61983b191f24
treed93cf6c5d9d3eb7ab7102a691b5cf313b0bd16c5
parentf4d6e45c1e7161878b36ef9e876ca3e44b80a97d
gh-121657: Display correct error message for yield from outside of a function (GH-121680)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2024-07-13-12-27-31.gh-issue-121657.wgOYLw.rst [new file with mode: 0644]
Python/compile.c