Garbage Collection Question

Chaman Singh Verma csv610 at yahoo.com
Thu Aug 28 19:18:29 EDT 2003


Hello,

I am trying to integrate C++ with Python. I read that Python does automatic
garbage collection. I am creating new objects in C++ and passing to Python,
I don't know now who should control deleting the objects. If I create objects
in C++ do I have to clean them or Python will use GC to remove unwanted objects.

Bye.
csv




More information about the Python-list mailing list