Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #13268

Re: ANN: unpyc3 - a python bytecode decompiler for Python3

References <CAJ6cK1ZbUGkckCXiBTA_WUu4dMvWwJZ+u37qoOrUQSVVOGGubQ@mail.gmail.com> <4E70416E.5090208@swing.be> <CAJ6cK1auQiCvybApGMJwRbiat1_ABNmyq+n9t3V0soW9AZ++Fg@mail.gmail.com> <4E70621B.2000408@swing.be> <4E706952.8000201@swing.be>
Date 2011-09-14 10:31 +0100
Subject Re: ANN: unpyc3 - a python bytecode decompiler for Python3
From Arnaud Delobelle <arnodel@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1111.1315992713.27778.python-list@python.org> (permalink)

Show all headers | View raw


On 14 September 2011 09:44, Vincent Vande Vyvre
<vincent.vandevyvre@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Arnaud Delobelle <arnodel@gmail.com> - 2011-09-14 10:31 +0100

csiph-web