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?