references and buffer()

Fredrik Lundh fredrik at pythonware.com
Sun Oct 8 17:52:49 EDT 2006


km wrote:

> why is that python doesnt implement direct memory addressing provided a 
> reference to an object exists ?

because Python is a portable high-level language.  if you want 
assembler, you shouldn't use Python.

did you read the "reset your brain" article ?

</F>




More information about the Python-list mailing list