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 pablogsal
Recipients Dennis Sweeney, charles.mcmarrow.4, eric.smith, lys.nikolaou, pablogsal, serhiy.storchaka, terry.reedy, xtreak
Date 2021-12-18.02:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639793123.85.0.741200174087.issue46110@roundup.psfhosted.org>
In-reply-to
Content
This is a known issue for recursive descendent parsers. The only thing we can do here is somehow limit the maximum stack depth of the C stack, but that can:

* Slow down the parser.
* Limit valid expressions that otherwise won't segfault.
* Still don't work in certain systems.
History
Date User Action Args
2021-12-18 02:05:23pablogsalsetrecipients: + pablogsal, terry.reedy, eric.smith, serhiy.storchaka, lys.nikolaou, xtreak, Dennis Sweeney, charles.mcmarrow.4
2021-12-18 02:05:23pablogsalsetmessageid: <1639793123.85.0.741200174087.issue46110@roundup.psfhosted.org>
2021-12-18 02:05:23pablogsallinkissue46110 messages
2021-12-18 02:05:23pablogsalcreate