No time right now to look at this... All doctests fail on Py3.1rc1,
with errors like the traceback below. Are we needing a (trivial?) fix
or is something broken on Py3.1?
======================================================================
ERROR: compiling (cpp) and running withstat
----------------------------------------------------------------------
Traceback (most recent call last):
File "runtests.py", line 345, in run
doctest.DocTestSuite(self.module).run(result)
File "/usr/local/python/3.1/lib/python3.1/doctest.py", line 2226, in
DocTestSuite
tests = test_finder.find(module, globs=globs, extraglobs=extraglobs)
File "/usr/local/python/3.1/lib/python3.1/doctest.py", line 820, in find
source_lines = linecache.getlines(file, module.__dict__)
File "/usr/local/python/3.1/lib/python3.1/linecache.py", line 41, in getlines
return updatecache(filename, module_globals)
File "/usr/local/python/3.1/lib/python3.1/linecache.py", line 130,
in updatecache
lines = fp.readlines()
File "/usr/local/python/3.1/lib/python3.1/codecs.py", line 300, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x94 in position
100: unexpected code byte
--
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev