[issue37947] symtable_handle_namedexpr does not adjust correctly the recursion level

Nick Coghlan report at bugs.python.org
Thu Aug 29 08:43:33 EDT 2019


Nick Coghlan <ncoghlan at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37947>
_______________________________________


More information about the Python-bugs-list mailing list