Py_single_input and the side-effects...

moerchendiser2k3 googler.1.webmaster at spamgourmet.com
Mon May 31 06:10:52 EDT 2010


Hi Carl,

thanks for your help!!

> The only foolproof way to ensure that an object has been finalized is
> to do it manually (i.e., provide a finalize method to releases
> resources).

Yes, you are right, thats what I thought, too. So I wanted to
manually delete the reference, but browsing the sources, seems that
I cant really free it, because its wrapped somewhere
in Py_Finalize() and PyGC_Collect and Py_FreeModules. Any ideas?

Thanks a lot!

Cheers, moerchendiser2k3



More information about the Python-list mailing list