Gabriel Zachmann wrote: > Is it correct to say that the typical ownership problem, which > frequently arises in C++, does not occur normally in Python?
What "typical ownership problem" do you feel frequently arises in C++? If you are referring to the sometimes difficult task of determining which object owns a particular resource, why would it occur less in Python than in C++? -- http://mail.python.org/mailman/listinfo/python-list