pointers

Maxim Khesin max at cNvOiSsiPoAnMtech.com
Sun Dec 28 13:28:45 EST 2003


No.
Lack of direct support for pointers was a conscious decision of the 
language designer. Raw pointer usage is annecessary evil as far as 
python's target programs are concerned. If you absolutely need pointer 
aceess you can get them via 3d party ctypes module.


km wrote:

> Hi all,
> 
> may i know  if  there is any plans of  introducing the concept of pointers into python language as in C ?  (atleast in future versions ?)
> 
> regards,
> thanks
> KM
> 
> 
> 




More information about the Python-list mailing list