[issue10987] _pickle doesn't handle recursion limits properly

2011-01-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r88147 (3.2) and r88148 (3.1). -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue10987] _pickle doesn't handle recursion limits properly

2011-01-23 Thread Antoine Pitrou
Antoine Pitrou 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: -> p