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 eric.smith
Recipients ammar2, eric.smith, gregory.p.smith, lys.nikolaou, pablogsal
Date 2022-02-16.10:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645008860.14.0.159920504939.issue46762@roundup.psfhosted.org>
In-reply-to
Content
New changeset ffd9f8ff84ed53c956b16d027f7d2926ea631051 by Eric V. Smith in branch 'main':
bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (#31365)
https://github.com/python/cpython/commit/ffd9f8ff84ed53c956b16d027f7d2926ea631051
History
Date User Action Args
2022-02-16 10:54:20eric.smithsetrecipients: + eric.smith, gregory.p.smith, ammar2, lys.nikolaou, pablogsal
2022-02-16 10:54:20eric.smithsetmessageid: <1645008860.14.0.159920504939.issue46762@roundup.psfhosted.org>
2022-02-16 10:54:20eric.smithlinkissue46762 messages
2022-02-16 10:54:20eric.smithcreate