Changwei Zou
Results
2
issues of
Changwei Zou
Fix a bug in closures. It seems that lexical scoping was not implemented correctly in byterun. Please refer to the new test case (i.e., test_lexical_scope()) in tests/test_functions.py. ```python def f(x,...