[issue11349] _pickle should implement the module finalisation protocol

Benjamin Peterson report at bugs.python.org
Mon Feb 28 04:09:51 CET 2011


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

Unfortunately "proper" module finalization is an invitation to more segfaults because modules can be finalized before objects in them are, resulting in segfaults when its attempted to access modules.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list