[issue10987] _pickle doesn't handle recursion limits properly

Antoine Pitrou report at bugs.python.org
Sun Jan 23 16:32:27 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Here is a patch. I also strength the recursion limit testing script by testing both recursion through dicts and through lists.

----------
components: +Extension Modules
keywords: +patch
nosy: +alexandre.vassalotti, amaury.forgeotdarc, georg.brandl
stage:  -> patch review
title: Bizarre pickle -- exception interaction bug -> _pickle doesn't handle recursion limits properly
type: behavior -> crash
versions: +Python 3.1
Added file: http://bugs.python.org/file20494/picklerec.patch

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


More information about the Python-bugs-list mailing list