[issue1062277] Pickle breakage with reduction of recursive structures

Eugene Toder report at bugs.python.org
Sat Nov 21 14:54:36 EST 2015


Eugene Toder added the comment:

Davis, the possible cases (i.e. recursion via appropriate mutable objects) are already supported, and the impossible cases are, well, impossible. The only open issue is whether to implement better error handling for infinite recursion problems, instead of relying on built-in maximum recursion depth.

----------

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


More information about the Python-bugs-list mailing list