]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101400: Fix incorrect lineno in exception message on continue/break which are...
authorDong-hee Na <donghee.na@python.org>
Mon, 30 Jan 2023 23:33:54 +0000 (08:33 +0900)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 23:33:54 +0000 (23:33 +0000)
commite867c1b753424d8d3f9c9ba0b431d007fd958c80
tree9def8e6c605998963cb4483da7110cf490410bad
parent28db978d7f134edf6c86f21c42e15003511e7e9b
gh-101400: Fix incorrect lineno in exception message on continue/break which are not in a loop (#101413)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-01-30-08-59-47.gh-issue-101400.Di_ZFm.rst [new file with mode: 0644]
Python/compile.c