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 BTaskaya, ammar2, gregory.p.smith, lukasz.langa, lys.nikolaou, pablogsal
Date 2021-10-07.20:01:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633636896.46.0.0109045946478.issue45408@roundup.psfhosted.org>
In-reply-to
Content
Marking release blocker as a crash is bad for a function that is documented as safe for use on untrusted input so long as it isn't large enough to overflow the stack.

https://docs.python.org/3/library/ast.html#ast.literal_eval
History
Date User Action Args
2021-10-07 20:01:36gregory.p.smithsetrecipients: + gregory.p.smith, lukasz.langa, ammar2, lys.nikolaou, pablogsal, BTaskaya
2021-10-07 20:01:36gregory.p.smithsetmessageid: <1633636896.46.0.0109045946478.issue45408@roundup.psfhosted.org>
2021-10-07 20:01:36gregory.p.smithlinkissue45408 messages
2021-10-07 20:01:36gregory.p.smithcreate