[issue11349] _pickle should implement the module finalisation protocol

Nick Coghlan report at bugs.python.org
Tue Mar 1 10:34:03 CET 2011


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

We might be able to tapdance our way around the issue by falling back to the old mechanism when dealing with extension modules without traverse/clear/dealloc methods.

----------

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


More information about the Python-bugs-list mailing list