]> granicus.if.org Git - python/commit
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 11 Sep 2008 21:03:37 +0000 (21:03 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 11 Sep 2008 21:03:37 +0000 (21:03 +0000)
commitfb1a5eb101373c677ecd9daeb7579a2385e1f2bc
treec87609fea9e2680368f2e09484d8ba69e1b5d999
parent06974bb1cc3a3e94c58d6b496827a31630467586
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts.

Reviewed by Martin von Loewis.
Misc/find_recursionlimit.py
Modules/_pickle.c