]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43555: Report the column offset for invalid line continuation character (GH-24939)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 22 Mar 2021 17:28:11 +0000 (17:28 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 17:28:11 +0000 (17:28 +0000)
commit96eeff516204b7cc751103fa33dcc665e387846e
tree7eb595bad5b876e53ccf91f041fe4d5512742fd0
parent123ff266cda9ad279106f20dca06ba114f6a9b8a
bpo-43555: Report the column offset for invalid line continuation character (GH-24939)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-03-19-22-49-40.bpo-43555.ZmhYSA.rst [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h