[issue11349] _pickle should implement the module finalisation protocol

Nick Coghlan report at bugs.python.org
Mon Feb 28 23:25:13 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

In that case, the request should probably read "_pickle should implement the module finalisation protocol, and module finalisation should be designed so that doing so isn't a recipe for segfaults".

It strikes me as being very similar to the existing problems we have with modules setting everything to None during shutdown, so my estimation of the difficulty of this request has risen accordingly :P

----------
type: behavior -> feature request

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


More information about the Python-bugs-list mailing list