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 BTaskaya
Recipients BTaskaya, berker.peksag, iritkatriel, louielu, mbdevpl, serhiy.storchaka, stevemerritt
Date 2020-12-07.13:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607346894.2.0.625831191491.issue28964@roundup.psfhosted.org>
In-reply-to
Content
> Usually literal_eval() is used with short one-line input. For what large documents do you use it?

I kind of agree with Serhiy on this, nearly every use case I've encountered was simple, single-line expression. Though, by seeing Irit's patch I think the implementation is reasonable enough to do.
History
Date User Action Args
2020-12-07 13:14:54BTaskayasetrecipients: + BTaskaya, berker.peksag, serhiy.storchaka, stevemerritt, louielu, mbdevpl, iritkatriel
2020-12-07 13:14:54BTaskayasetmessageid: <1607346894.2.0.625831191491.issue28964@roundup.psfhosted.org>
2020-12-07 13:14:54BTaskayalinkissue28964 messages
2020-12-07 13:14:54BTaskayacreate