pickle - recursion - stack size limit - MS windows

Andy Leszczynski leszczynscyno at spamyaho.ocom
Sat Nov 5 18:09:16 EST 2005


I need to pickle quite complex objects and first limitation was default
200 for the recursion. sys.setrecursionlimit helped, but still bigger
objects fail to be pickled because of XP stack size limitation.

Any idea how to get around the problem ...

A.



More information about the Python-list mailing list