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