[issue7027] test_io.py: codecs.IncrementalDecoder is sometimes None

STINNER Victor report at bugs.python.org
Tue Apr 27 20:28:03 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Can we backport the fix to 2.6?

It's too late to fix such subtle bug in module machinery, so I commited my workaround in regrtest.py: r80538. Wait for the buildbots before closing the issue.

test_io and/or test_codecs failed on buildbots:
 - AMD64 Ubuntu 2.6 (r80535)
 - x86 Tiger 2.6 (r80535)
 - x86 Windows7 2.6 (r80531)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7027>
_______________________________________


More information about the Python-bugs-list mailing list