Integer arithmetic

Peter Hansen peter at engcorp.com
Thu Mar 27 09:31:59 EST 2003


Tetsuo wrote:
> 
> Like...
> 
> Well, first of all, I don't have enough clue what you people are talking
> about to ask specific questions...
> 
> But how can you make a pointer in Python? Is it a real pointer to
> memory, or just an item in, say, a dictionary or an array?

Please explain the purpose behind your desire for this.  Python
certainly uses pointers internally, in the C implementation at
least, but they are not exactly exposed to the programmer.  
Perhaps if you explain what you want, the answer will be easier.

-Peter




More information about the Python-list mailing list