]> granicus.if.org Git - python/commit
SF bug 690622: test_cpickle overflows stack on MacOS9.
authorTim Peters <tim.peters@gmail.com>
Fri, 21 Feb 2003 20:14:35 +0000 (20:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 21 Feb 2003 20:14:35 +0000 (20:14 +0000)
commit7107a7fbcc424fbe4ceb3de523db4d51f34d3f37
treedccd411bd6f67263d4819c4a6d228bd9f5b30745
parentf5dd753f4dd6bbb4fa04b633403a8d6160c04e3c
SF bug 690622: test_cpickle overflows stack on MacOS9.
test_nonrecursive_deep():  Reduced nesting depth to 60.

Not a bugfix candidate.  2.3 increased the number of stack frames
needed to pickle a list (in order to get implement the "list
batching" unpickling memory optimization new in 2.3).
Lib/test/test_cpickle.py