[issue20420] BufferedIncrementalEncoder violates IncrementalEncoder interface

Serhiy Storchaka report at bugs.python.org
Mon Jul 7 18:47:41 CEST 2014


Serhiy Storchaka added the comment:

IncrementalNewlineDecoder requires that decoder state is integer (C implementation requires at most 63-bit unsigned integer). TextIOWrapper requires that decoder state is at most 64-bit unsigned integer (only 63-bit if universal newlines is enabled).

----------

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


More information about the Python-bugs-list mailing list