[issue21591] "exec(a, b, c)" not the same as "exec a in b, c" in nested functions

Guido van Rossum report at bugs.python.org
Tue Jul 22 20:30:09 CEST 2014


Guido van Rossum added the comment:

This does appear to be a bug. Please research the C code that originates the error message -- there's probably a simple logic mistake.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21591>
_______________________________________


More information about the Python-bugs-list mailing list