SIGN IN SIGN UP

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).
L
Lysandros Nikolaou committed
2f37c355ab0e9ec9c1753985d27c41fa0bd719b9
Parent: 3466922
Committed by GitHub <noreply@github.com> on 5/7/2020, 10:37:51 AM