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 gregory.p.smith, kumaraditya, lys.nikolaou, pablogsal
Date 2022-01-11.11:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641899580.81.0.085334536167.issue46339@roundup.psfhosted.org>
In-reply-to
Content
Seems that the regression is caused by this commit:

6fa8b2ceee38187b0ae96aee12fe4f0a5c8a2ce7 is the first bad commit
commit 6fa8b2ceee38187b0ae96aee12fe4f0a5c8a2ce7
Author: Pablo Galindo Salgado <Pablogsal@gmail.com>
Date:   Sat Jan 8 00:23:40 2022 +0000

    bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)

 Lib/test/test_exceptions.py                                  | 12 ++++++++++++
 .../2022-01-07-19-33-05.bpo-46237.9A6Hpq.rst                 |  2 ++
 Parser/pegen.c                                               |  8 ++++----
 Parser/string_parser.c                                       |  5 ++++-
 4 files changed, 22 insertions(+), 5 deletions(-)
 create mode 100644 Misc/NEWS.d/next/Core and Builtins/2022-01-07-19-33-05.bpo-46237.9A6Hpq.rst
History
Date User Action Args
2022-01-11 11:13:00pablogsalsetrecipients: + pablogsal, gregory.p.smith, lys.nikolaou, kumaraditya
2022-01-11 11:13:00pablogsalsetmessageid: <1641899580.81.0.085334536167.issue46339@roundup.psfhosted.org>
2022-01-11 11:13:00pablogsallinkissue46339 messages
2022-01-11 11:13:00pablogsalcreate