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

Nick Coghlan report at bugs.python.org
Sun Aug 10 14:37:48 CEST 2014


Nick Coghlan added the comment:

Given that our test suite missed the regression originally, it would be
nice to have a test case that directly built an AST that relies on the
runtime check.

----------

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


More information about the Python-bugs-list mailing list