Using pointers

Joe Krahn jkrahn at nc.rr.com
Sat Jul 20 09:38:49 EDT 2002


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?



More information about the Python-list mailing list