Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13268 > unrolled thread
| Started by | Arnaud Delobelle <arnodel@gmail.com> |
|---|---|
| First post | 2011-09-14 10:31 +0100 |
| Last post | 2011-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.
Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Arnaud Delobelle <arnodel@gmail.com> - 2011-09-14 10:31 +0100
| From | Arnaud Delobelle <arnodel@gmail.com> |
|---|---|
| Date | 2011-09-14 10:31 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web