mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.
Miscellaneous source files for the main Python shared library