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 ammar2
Recipients ammar2, eric.smith, gregory.p.smith, lys.nikolaou, pablogsal
Date 2022-02-15.22:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644963592.59.0.718749450454.issue46762@roundup.psfhosted.org>
In-reply-to
Content
Similar to https://bugs.python.org/issue46503 found by the ast.literal_eval fuzzer

```
>>> f'{<'
python: Parser/string_parser.c:346: fstring_compile_expr: Assertion `*expr_end == '}' || *expr_end == '!' || *expr_end == ':' || *expr_end == '='' failed.
[1]    14060 abort      ./python
```
History
Date User Action Args
2022-02-15 22:19:52ammar2setrecipients: + ammar2, gregory.p.smith, eric.smith, lys.nikolaou, pablogsal
2022-02-15 22:19:52ammar2setmessageid: <1644963592.59.0.718749450454.issue46762@roundup.psfhosted.org>
2022-02-15 22:19:52ammar2linkissue46762 messages
2022-02-15 22:19:52ammar2create