[issue43481] PyEval_EvalCode() namespace issue not observed in Python 2.7.

Chris Morton report at bugs.python.org
Tue Mar 16 12:09:59 EDT 2021


Chris Morton <chrisgmorton at yahoo.com> added the comment:

Root cause appears to be indexing c with [] operator. Replacing len(c) with 4 produces the same error.

----------

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


More information about the Python-bugs-list mailing list