[New-bugs-announce] [issue7027] test_io.py: codecs.IncrementalDecoder is sometimes None

Sridhar Ratnakumar report at bugs.python.org
Thu Oct 1 03:01:39 CEST 2009


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

This test failure occurs on Windows XP (x86) with 2.6.3.rc1

======================================================================
ERROR: Test seek/tell using the StatefulIncrementalDecoder.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python26\lib\test\test_io.py", line 1063, in testSeekAndTell
    testSeekAndTellWithData(input)
  File "C:\Python26\lib\test\test_io.py", line 1043, in
testSeekAndTellWithData
    decoded = f.read()
  File "C:\Python26\lib\io.py", line 1725, in read
    decoder = self._decoder or self._get_decoder()
  File "C:\Python26\lib\io.py", line 1514, in _get_decoder
    decoder = make_decoder(self._errors)
  File "C:\Python26\lib\test\test_io.py", line 636, in __init__
    codecs.IncrementalDecoder.__init__(self, errors)
AttributeError: 'NoneType' object has no attribute 'IncrementalDecoder'

----------
components: Tests
messages: 93387
nosy: srid
severity: normal
status: open
title: test_io.py: codecs.IncrementalDecoder is sometimes None
versions: Python 2.6

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


More information about the New-bugs-announce mailing list