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 georg.brandl, pitrou, r.david.murray, serhiy.storchaka
Date 2013-02-02.20:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359836973.08.0.801373591624.issue17106@psf.upfronthosting.co.za>
In-reply-to
Content
There is a simpler crasher:

import io
io.TextIOWrapper(io.StringIO()).read(1)
History
Date User Action Args
2013-02-02 20:29:33serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, r.david.murray
2013-02-02 20:29:33serhiy.storchakasetmessageid: <1359836973.08.0.801373591624.issue17106@psf.upfronthosting.co.za>
2013-02-02 20:29:33serhiy.storchakalinkissue17106 messages
2013-02-02 20:29:33serhiy.storchakacreate