ANN: unpyc3 - a python bytecode decompiler for Python3
Arnaud Delobelle
arnodel at gmail.com
Wed Sep 14 05:31:50 EDT 2011
On 14 September 2011 09:44, Vincent Vande Vyvre
<vincent.vandevyvre at swing.be> wrote:
> File "unpyc3.py", line 211, in __init__
> for v in code_obj.co_cellvars + code_obj.co_freevars]
> AttributeError: 'NoneType' object has no attribute 'co_cellvars'
Could you show me what you do to get this error? Thank you,
Arnaud
PS: I've checked; DELETE_DEREF was introduced in Python3.2
More information about the Python-list
mailing list