summaryrefslogtreecommitdiffstats
path: root/Grammar
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-05-07 10:37:51 (GMT)
committerGitHub <noreply@github.com>2020-05-07 10:37:51 (GMT)
commit2f37c355ab0e9ec9c1753985d27c41fa0bd719b9 (patch)
tree2295b4c14a0d54f6db7d9248e17924c267e31700 /Grammar
parent3466922320d54a922cfe6d6d44e89e1cea4023ef (diff)
downloadcpython-2f37c355ab0e9ec9c1753985d27c41fa0bd719b9.zip
cpython-2f37c355ab0e9ec9c1753985d27c41fa0bd719b9.tar.gz
cpython-2f37c355ab0e9ec9c1753985d27c41fa0bd719b9.tar.bz2
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
When parsing a string with an invalid escape, the old parser used to point to the beginning of the invalid string. This commit changes the new parser to match that behaviour, since it's currently pointing to the end of the string (or to be more precise, to the beginning of the next token).
Diffstat (limited to 'Grammar')
0 files changed, 0 insertions, 0 deletions