[Python-Dev] Proposal to eliminate PySet_Fini

"Martin v. Löwis" martin at v.loewis.de
Fri Jun 30 21:41:43 CEST 2006


Kristján V. Jónsson wrote:
> As a side note, is there a finalization order list for imported modules?

If they are Python modules, more or less, yes. Extension modules
cannot currently be finalized (I plan to change that for Py3k).
See PyImport_Cleanup for the precise algorithm used; there are
patches floating around to make this rely more on the garbage
collector.

Regards,
Martin




More information about the Python-Dev mailing list