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

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <arnodel@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:ANN': 0.02; 'attribute': 0.07; 'received:209.85.160.174': 0.09; 'received :mail-gy0-f174.google.com': 0.09; 'subject:python': 0.11; '__init__': 0.16; 'subject:Python3': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; '\xc2\xa0\xc2\xa0\xc2\xa0': 0.30; "skip:' 10": 0.30; 'ps:': 0.32; "i've": 0.34; 'thank': 0.35; 'received:209.85.160': 0.35; 'object': 0.35; 'file': 0.36; 'could': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'introduced': 0.39; 'show': 0.67; "'nonetype'": 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=zhhM0qQfCLRh5GZ8grPsyML9qqKvOR4SpwQAQTawCuM=; b=n0hMSo7DCT/DqdDeAdQPvmjakMAEGKs7VHShlZz/Hd5QpbiKbneaVmJsxwdIwz4yoe fDjfVQMJd1+VZF1FTHszcF3aQVVl3Hakyvb5OemuHPMSF1iOOlhCEhnzP0+ixoG34E2k svuPYqpD+UJSeqEZbUtAHHUVG4Y1BO3b+2XvQ=
MIME-Version 1.0
In-Reply-To <4E706952.8000201@swing.be>
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 Wed, 14 Sep 2011 10:31:50 +0100
Subject Re: ANN: unpyc3 - a python bytecode decompiler for Python3
From Arnaud Delobelle <arnodel@gmail.com>
To Vincent Vande Vyvre <vincent.vandevyvre@swing.be>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1111.1315992713.27778.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1315992713 news.xs4all.nl 2454 [2001:888:2000:d::a6]:41398
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:13268

Show key headers only | 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