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. -- http://mail.python.org/mailman/listinfo/python-list