Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: Values and objects Date: Sat, 10 May 2014 10:57:21 +0300 Organization: A noiseless patient Spider Lines: 16 Message-ID: <874n0yt6am.fsf@elektro.pacujo.net> References: <235C4BFA-9770-481A-9FCF-21C3F036769C@gmail.com> <5368681D.8070602@islandtraining.com> <87ppjpwafk.fsf@elektro.pacujo.net> <536ad8f2$0$29965$c3e8da3$5496439d@news.astraweb.com> <87zjiqbmy5.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="3143"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/vLMvRfuZnZVuzXfxWqypN" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:J9HVQx6Ur1Qnew27jXkj5sycGZY= sha1:V4TI1/m1sXFsk1v5qpzTZx9d5Xo= Xref: csiph.com comp.lang.python:71231 Chris Angelico : > On Sat, May 10, 2014 at 8:34 AM, Marko Rauhamaa wrote: >> Right, Python's variables aren't like variables in C. Rather, >> Python's variables are like CPU registers. They cannot hold typed or >> structured objects and you can't pass references to them. > > Are you thinking that a Python variable is neither more nor less than > what CPython implements them as? I was just being more Catholic than the Pope. To me, a variable is a variable is a variable. Marko