[issue2702] pickling of large recursive structures crashes cPickle

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jun 25 23:53:49 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Another version of the patch, that removes the self->nesting member and
uses the Py_EnterRecursiveCall machinery.
I prefer it because it takes into account the depth of the current
python call stack.

Added file: http://bugs.python.org/file10738/cpickle2.patch

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


More information about the Python-bugs-list mailing list