Test eval() and closure interaction.
Unlike some other languages, it looks like eval() doesn't force the capturing of outer variables. Good thing too, since pretty much any function call could theoretically end up resolving to eval().
Showing
test/tests/eval_closures.py
0 → 100644
Please register or sign in to comment