[Zope-Coders] Linux Test Results - Zope HEAD - OK :-)

Guido van Rossum guido@python.org
Tue, 01 Oct 2002 10:46:31 -0400


> > ======================================================================
> > ERROR: testAdjacentRanges (testRanges.TestRequestRange)
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> >   File "testRanges.py", line 306, in testAdjacentRanges
> >   File "testRanges.py", line 185, in expectMultipleRanges
> >   File "testRanges.py", line 95, in doGET
> >   File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/OFS/Image.py", line
> > 297, in index_html
> >     rfc1123_date(self._p_mtime))
> > SystemError: null argument to internal routine
> > ======================================================================

[etc.]

I get this too, both with Python 2.1.3+ and Python 2.2.2 on Linux.
With Python 2.3, I get a segfault.  I'll investigate.

--Guido van Rossum (home page: http://www.python.org/~guido/)