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 damiro
Recipients damiro
Date 2013-09-19.13:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379595644.52.0.586116970797.issue19050@psf.upfronthosting.co.za>
In-reply-to
Content
the correct snippet is:

> fd = io.open(sys.stdout.fileno(), 'wb')
> fd.close()
> sys.stdout.write("now writing on stdout will cause a crash")
History
Date User Action Args
2013-09-19 13:00:44damirosetrecipients: + damiro
2013-09-19 13:00:44damirosetmessageid: <1379595644.52.0.586116970797.issue19050@psf.upfronthosting.co.za>
2013-09-19 13:00:44damirolinkissue19050 messages
2013-09-19 13:00:44damirocreate