[Python-3000] Py3k_struni additional test failures under cygwin (original) (raw)

Guido van Rossum guido at python.org
Wed Jul 18 20:58:17 CEST 2007


On 7/18/07, Joe Smith <unknown_kev_cat at hotmail.com> 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/)



More information about the Python-3000 mailing list