On 7/18/07, Joe Smith <[EMAIL PROTECTED]> wrote: > >> I'm wondering if the recusion limit on my build is getting set too low > >> somehow. > > > > Can you find out what it is? sys.getrecursionlimit(). > > Hmm... It is a limit of 1000. > That is probably large enough, no?
Yes, that's what it is for me. > Anyway, from some basic testing it looks like marshal is always throwing > that error when marshal.load() is called. > However, marshal.loads() works fine. > > Might this be another encoding related error? Perhaps. Or something else. Do try to investigate. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
