[pypy-issue] [issue1746] functions missing __closure__ attribute

Ronan Lamy tracker at bugs.pypy.org
Tue Apr 29 04:56:28 CEST 2014


New submission from Ronan Lamy <ronan.lamy at gmail.com>:

~/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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1746>
________________________________________


More information about the pypy-issue mailing list