Using pointers

Gonçalo Rodrigues op73418 at mail.telepac.pt
Sat Jul 20 10:12:00 EDT 2002


On 20 Jul 2002 06:38:49 -0700, jkrahn at nc.rr.com (Joe Krahn) wrote:

>Can I make a pointer to an object in Python? I know that all
>objects/variables are references, but not in the same sense as in C.
>How do I get multiple pointers to reference and modify one variable?

There are no explicit pointers/references in Python and dereferencing is
automatic. But why do you need pinters? If you tell us why maybe we can
be a little more helpful.

With my best regards,
Gonçalo Rodrigues



More information about the Python-list mailing list