Serhiy Storchaka added the comment:

Yet one crasher, not fixed by my patch yet.

io.TextIOWrapper(io.BytesIO(b'a'), newline='\n', 
encoding='quopri_codec').read(1)

Sometimes it crashes (on non-debug build), sometimes raises an exception: 
"ValueError: character U+82228c0 is not in range [U+0000; U+10ffff]".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to