[Python-checkins] buildbot failure in ppc Debian unstable 3.0

Antoine Pitrou solipsis at pitrou.net
Sat Jan 3 21:04:43 CET 2009


Ouch, I should have run the test suite with -bb. Reopening #4718.


<buildbot <at> python.org> writes:
> 
> ======================================================================
> ERROR: testBytes (test.test_wsgiref.HeaderTests)
> ----------------------------------------------------------------------
> 
> Traceback (most recent call last):
>   File
"/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_wsgiref.py",
line 427, in testBytes
>   File
"/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/wsgiref/headers.py", line
67, in __setitem__
>     del self[name]
>   File
"/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/wsgiref/headers.py", line
77, in __delitem__
>     self._headers[:] = [kv for kv in self._headers if kv[0].lower() != name]
>   File
"/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/wsgiref/headers.py", line
77, in <listcomp>
>     self._headers[:] = [kv for kv in self._headers if kv[0].lower() != name]
> BytesWarning: Comparison between bytes and string




More information about the Python-checkins mailing list