Chris Angelico <[email protected]>: > On Sat, May 10, 2014 at 8:34 AM, Marko Rauhamaa <[email protected]> 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 -- https://mail.python.org/mailman/listinfo/python-list
