ownership problem?

Jeffrey Schwab jeff at schwabcenter.com
Sun Nov 20 16:53:52 EST 2005


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++?



More information about the Python-list mailing list