[issue6395] Infinite Recursion during Unpickling a codecs Object

ThomasH report at bugs.python.org
Wed Jul 8 10:12:20 CEST 2009


ThomasH <thomas.bugzilla at gmx.net> added the comment:

Sounds good to me. The main intention of this bug is not to make codecs
objects pickleable by all means (I don't know if this would be sensible
and/or possible), but at least to have them degrade gracefully during
pickling, particularly without infinite recursion. I've changed the bug
title to reflect this.

----------
title: Add Pickle Support to the codecs Module -> Infinite Recursion during Unpickling a codecs Object

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


More information about the Python-bugs-list mailing list