• Tim Peters's avatar
    SF bug 690622: test_cpickle overflows stack on MacOS9. · 7107a7fb
    Tim Peters yazdı
    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).
    7107a7fb
test_cpickle.py 2.89 KB