commit | 0f2a61a11eccea4d4ecddc30147116aae5ec09ab | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 23 17:21:28 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 23 17:21:28 2011 +0000 |
tree | bf064181dc86da53fad70677b8ff5ab85b2a5091 | |
parent | eb9d5ad6ba3153d2016d6708e1a3b63ea740e149 [diff] |
Merged revisions 88147 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88147 | antoine.pitrou | 2011-01-23 18:12:25 +0100 (dim., 23 janv. 2011) | 3 lines Issue #10987: Fix the recursion limit handling in the _pickle module. ........