]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46762: Fix an assert failure in f-strings where > or < is the last character...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 16 Feb 2022 10:54:09 +0000 (05:54 -0500)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 10:54:09 +0000 (05:54 -0500)
commitffd9f8ff84ed53c956b16d027f7d2926ea631051
tree2fa671996d72b409743db26ddf247a8045812c20
parente59309b9d0969d5c8f493cb8df28afa6f38d6273
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)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2022-02-15-20-26-46.bpo-46762.1H7vab.rst [new file with mode: 0644]
Parser/string_parser.c