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 gregory.p.smith
Recipients gregory.p.smith, lys.nikolaou, pablogsal
Date 2022-01-24.18:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643049042.78.0.52932917864.issue46503@roundup.psfhosted.org>
In-reply-to
Content
```
>>> v = r"""f'\N  '"""
>>> import ast
>>> ast.literal_eval(v)
python: ../gpshead/Parser/string_parser.c:487: fstring_find_literal: Assertion `s == end || *s == '{' || *s == '}'' failed.
Aborted
```

this comes from oss-fuzz after enabling assert checks in its cpython builds. :)

https://oss-fuzz.com/testcase-detail/4805529363415040 & https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43730 for those who have access.
History
Date User Action Args
2022-01-24 18:30:42gregory.p.smithsetrecipients: + gregory.p.smith, lys.nikolaou, pablogsal
2022-01-24 18:30:42gregory.p.smithsetmessageid: <1643049042.78.0.52932917864.issue46503@roundup.psfhosted.org>
2022-01-24 18:30:42gregory.p.smithlinkissue46503 messages
2022-01-24 18:30:42gregory.p.smithcreate