bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
When a file ends with a line that contains a line continuation character the text of the emitted SyntaxError is empty, contrary to the old parser, where the error text contained the text of the last line.
L
Lysandros Nikolaou committed
113e2b0a07c72c0d5e3489076afb14f6b3ad1049
Parent: 8666356
Committed by GitHub <noreply@github.com>
on 6/16/2020, 12:27:33 AM