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.

URL PR 31365
Status merged
Title 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.
History
Date User Action Args
2022-02-16 10:54:10eric.smithsetstatus: open -> merged
2022-02-16 07:41:58eric.smithsettitle: 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. -> 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.
2022-02-16 01:25:07eric.smithlinkissue46762 pull_requests
2022-02-16 01:25:07eric.smithcreate