This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, benjamin.peterson, georg.brandl, larry, pitrou, r.david.murray, serhiy.storchaka
Date 2013-02-03.10:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359886050.4.0.405256260229.issue17106@psf.upfronthosting.co.za>
In-reply-to
Content
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]".
History
Date User Action Args
2013-02-03 10:07:30serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, larry, benjamin.peterson, Arfrever, r.david.murray
2013-02-03 10:07:30serhiy.storchakasetmessageid: <1359886050.4.0.405256260229.issue17106@psf.upfronthosting.co.za>
2013-02-03 10:07:30serhiy.storchakalinkissue17106 messages
2013-02-03 10:07:30serhiy.storchakacreate