[issue40335] Regression in multiline SyntaxError offsets

Pablo Galindo Salgado report at bugs.python.org
Fri Apr 24 17:00:07 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Yeah, I can confirm after bisecting that the commit that introduced the regression is the new parser:

c5fc15685202cda73f7c3f5c6f299b0945f58508 is the first bad commit
commit c5fc15685202cda73f7c3f5c6f299b0945f58508
Author: Pablo Galindo <Pablogsal at gmail.com>
Date:   Wed Apr 22 23:29:27 2020 +0100

    bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)

    Co-authored-by: Guido van Rossum <guido at python.org>
    Co-authored-by: Lysandros Nikolaou <lisandrosnik at gmail.com>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40335>
_______________________________________


More information about the Python-bugs-list mailing list