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: 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: <4E70416E.5090208@swing.be> <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 To: Vincent Vande Vyvre 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On 14 September 2011 09:44, Vincent Vande Vyvre wrote: > =C2=A0 File "unpyc3.py", line 211, in __init__ > =C2=A0=C2=A0=C2=A0 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