This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Anthony Sottile, BTaskaya, gaborjbernat, lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-04-24.21:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587762007.45.0.990473361399.issue40335@roundup.psfhosted.org>
In-reply-to
Content
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@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@python.org>
    Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
History
Date User Action Args
2020-04-24 21:00:07pablogsalsetrecipients: + pablogsal, serhiy.storchaka, Anthony Sottile, lys.nikolaou, gaborjbernat, BTaskaya
2020-04-24 21:00:07pablogsalsetmessageid: <1587762007.45.0.990473361399.issue40335@roundup.psfhosted.org>
2020-04-24 21:00:07pablogsallinkissue40335 messages
2020-04-24 21:00:06pablogsalcreate