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-20.16:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640017428.3.0.586193802501.issue46110@roundup.psfhosted.org>
In-reply-to
Content
New changeset dc73199a212a44553578eb4952631e5ba9e5f292 by Pablo Galindo Salgado in branch '3.10':
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214)
https://github.com/python/cpython/commit/dc73199a212a44553578eb4952631e5ba9e5f292
History
Date User Action Args
2021-12-20 16:23:48pablogsalsetrecipients: + pablogsal, terry.reedy, eric.smith, serhiy.storchaka, lys.nikolaou, xtreak, Dennis Sweeney, charles.mcmarrow.4
2021-12-20 16:23:48pablogsalsetmessageid: <1640017428.3.0.586193802501.issue46110@roundup.psfhosted.org>
2021-12-20 16:23:48pablogsallinkissue46110 messages
2021-12-20 16:23:48pablogsalcreate