• Kevin Modzelewski's avatar
    Test eval() and closure interaction. · 30729187
    Kevin Modzelewski authored
    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().
    30729187
eval_closures.py 511 Bytes