]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448)
authorDong-hee Na <donghee.na@python.org>
Tue, 31 Jan 2023 14:42:22 +0000 (23:42 +0900)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 14:42:22 +0000 (23:42 +0900)
commit740050af0493030b1f6ebf0b9ac39a356e2e74b6
tree322b8915045b9d9fe03a69982efc5558306714ad
parent71db9c9ea50ccba47a3c1e31334747049a68487b
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448)
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