New submission from Ronan Lamy <[email protected]>: ~/dev/pypy$ python -c "(lambda:0).__closure__" ~/dev/pypy$ pypy -c "(lambda:0).__closure__" Traceback (most recent call last): File "app_main.py", line 72, in run_toplevel File "app_main.py", line 578, in run_it File "<string>", line 1, in <module> AttributeError: 'function' object has no attribute '__closure__'
---------- messages: 6813 nosy: pypy-issue, rlamy priority: bug status: unread title: functions missing __closure__ attribute ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1746> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
