If two objects are of equal value you can compare them with ==. What I want to do is find out if two objects are actually just references to the same object, how can I do this in Python?
Thanks -- http://mail.python.org/mailman/listinfo/python-list
If two objects are of equal value you can compare them with ==. What I want to do is find out if two objects are actually just references to the same object, how can I do this in Python?
Thanks -- http://mail.python.org/mailman/listinfo/python-list