Re: Memory addressing

2007-04-27 Thread Simon Berube
Well what I was looking for is more along the lines of if it was possible to assign an object at a fixed memory address like C. But most importantly I was expecting it to be a bad habbit in python and was simply wondering what was the accepted manner of doing so. I did know everything was passed b

Re: Memory addressing

2007-04-27 Thread Simon Berube
On Apr 27, 3:52 pm, Carsten Haese <[EMAIL PROTECTED]> wrote: > On Fri, 2007-04-27 at 12:41 -0700, Simon Berube wrote: > > Hi, > > >I have a rather simple question for which I couldn't find an > > answer. I noticed how a significant number of objects in Py

Memory addressing

2007-04-27 Thread Simon Berube
Hi, I have a rather simple question for which I couldn't find an answer. I noticed how a significant number of objects in Python return a __repr__() string along the lines of : < Object at 0xXX> I find this notation quite convenient to avoid out of control strings when using large arra