Python vs Java garbage collection?
Robert Oschler
Oschler at earthlink.net
Mon Dec 23 18:35:37 EST 2002
More information about the Python-list mailing list
Mon Dec 23 18:35:37 EST 2002
- Previous message (by thread): Python vs Java garbage collection?
- Next message (by thread): Python vs Java garbage collection?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Martin v. Löwis" <martin at v.loewis.de> wrote in message news:au84g9$qml$07$1 at news.t-online.com... > Erik Max Francis wrote: > > std::auto_ptr is no reference counting entity (it does not count > references). Addition of reference counting entities would not change > anything for Python, atleast CPython already has reference counting > entities (*all* entities are reference counted). > Sorry for the confusion, I said auto_ptr when I meant shared_ptr which is reference counted. thx
- Previous message (by thread): Python vs Java garbage collection?
- Next message (by thread): Python vs Java garbage collection?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list