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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
    Co-authored-by: Lysandros Nikolaou <[email protected]>
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: <[email protected]>
2020-04-24 21:00:07pablogsallinkissue40335 messages
2020-04-24 21:00:06pablogsalcreate