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