Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'socket': 0.07; 'library?': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'python;': 0.16; 'subject:variable': 0.16; 'utterly': 0.16; 'variables,': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'not.': 0.33; 'could': 0.34; 'received:google.com': 0.35; 'implement': 0.38; 'does': 0.39; 'skip:u 10': 0.60; 'irrelevant': 0.84; 'careful': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=F1TkvB8rbIqeYrx0HHDIijrHtz90iMez3QV+BZKqIcU=; b=kjMmfRDaKiyBmfIltHYf1YDJPIob4C8GSwj/C8LYfRsNcUE+7nLcKCWl32WU4iGoY5 ItTwyv5ejQ845NwY5PJt9U4TOUluMwmAR2UiLYTOq26jogK7/nExFoteLWvdNmGEZAZS Os6x3zBpPBZwy+I9XuBC/rcx3IuykzdCsqWlTLxlgFVvzE4k0y6KKzxL6ATbby1CjX8U Vcfs4P98b61JLgkuEnKqzOBAQCtBbS1PE2vMHkU9zrnIb4o7EkGiaYIl9fpX5AIcbsPT bO+/GHaFGaDpTo953Pap5HQ4qd5taqkDZp4LkM/GVrlWQBwdURlfyqptWBOhq8ickv7f fPkA== MIME-Version: 1.0 X-Received: by 10.52.90.37 with SMTP id bt5mr309841vdb.7.1399512716710; Wed, 07 May 2014 18:31:56 -0700 (PDT) In-Reply-To: References: <235C4BFA-9770-481A-9FCF-21C3F036769C@gmail.com> <5368681D.8070602@islandtraining.com> Date: Thu, 8 May 2014 11:31:56 +1000 Subject: Re: Pass variable by reference From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399512719 news.xs4all.nl 2850 [2001:888:2000:d::a6]:35007 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71068 On Thu, May 8, 2014 at 4:11 AM, Mark H Harris wrote: > And we must never forget that CPython's underpinnings, uhm C, uses > variables, C ones... (never mind) Be careful of this one. It's utterly irrelevant to your point, and may be distracting. I could implement Ook in Python; does that mean that Ook has a socket library? Clearly not. ChrisA