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 ncoghlan
Recipients ncoghlan, pablogsal
Date 2019-08-29.12:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567082613.3.0.10446320054.issue37947@roundup.psfhosted.org>
In-reply-to
Content
Reviewing all the code that touches recursion_depth (both in the symtable and in the thread state), I'm not seeing any sanity checks that ensure our increments and decrements *balance*.

So I'm going to add one to PySymTable_BuildObject.
History
Date User Action Args
2019-08-29 12:43:33ncoghlansetrecipients: + ncoghlan, pablogsal
2019-08-29 12:43:33ncoghlansetmessageid: <1567082613.3.0.10446320054.issue37947@roundup.psfhosted.org>
2019-08-29 12:43:33ncoghlanlinkissue37947 messages
2019-08-29 12:43:33ncoghlancreate