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


Groups > comp.lang.python > #13268 > unrolled thread

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

Started byArnaud Delobelle <arnodel@gmail.com>
First post2011-09-14 10:31 +0100
Last post2011-09-14 10:31 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#13268 — Re: ANN: unpyc3 - a python bytecode decompiler for Python3

FromArnaud Delobelle <arnodel@gmail.com>
Date2011-09-14 10:31 +0100
SubjectRe: ANN: unpyc3 - a python bytecode decompiler for Python3
Message-ID<mailman.1111.1315992713.27778.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web