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:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639793424.24.0.470886389469.issue46110@roundup.psfhosted.org>
In-reply-to
Content
I worked in the past in a refactor of the math based rules (https://github.com/python/cpython/pull/20696/files) that could prevent **this** particular example, but others could still make the parser crash by stack overflow
History
Date User Action Args
2021-12-18 02:10:24pablogsalsetrecipients: + pablogsal, terry.reedy, eric.smith, serhiy.storchaka, lys.nikolaou, xtreak, Dennis Sweeney, charles.mcmarrow.4
2021-12-18 02:10:24pablogsalsetmessageid: <1639793424.24.0.470886389469.issue46110@roundup.psfhosted.org>
2021-12-18 02:10:24pablogsallinkissue46110 messages
2021-12-18 02:10:24pablogsalcreate