[Python-Dev] Proposal to eliminate PySet_Fini
"Martin v. Löwis"
martin at v.loewis.de
Fri Jun 30 21:41:43 CEST 2006
More information about the Python-Dev mailing list
Fri Jun 30 21:41:43 CEST 2006
- Previous message: [Python-Dev] Proposal to eliminate PySet_Fini
- Next message: [Python-Dev] Cleanup of test harness for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Proposal to eliminate PySet_Fini
- Next message: [Python-Dev] Cleanup of test harness for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list