[issue11349] _pickle should implement the module finalisation protocol

Benjamin Peterson report at bugs.python.org
Mon Feb 28 23:43:41 CET 2011


Benjamin Peterson <benjamin at python.org> added the comment:

It's a chicken and egg problem because proper module finalization techniques like #812369 are bogged down by static globals in extension modules, and proper state storage in modules is prevented by proper module finalization.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11349>
_______________________________________


More information about the Python-bugs-list mailing list