[Python-Dev] Proposal to eliminate PySet_Fini

Alexander Belopolsky alexander.belopolsky at gmail.com
Fri Jun 30 20:21:22 CEST 2006


Kristján V. Jónsson <kristjan <at> ccpgames.com> writes:

> Can this not be resolved by carefully adjusting the order of finalization?

Absolutely.  This is exactly what I did in my "interned" patch and this
is what prompted my proposal.

> If code can be bootstrapped it can be strootbapped.

Agree. However, the code that does not need bootstaping is often
simpler and less fragile for the same reason.

> As a side note, is there a finalization order list for imported modules?

I did not know that imported modules could be finalized. If they could,
I would guess the proper order would ne the reverse on the order of
initialization.






More information about the Python-Dev mailing list