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 vajrasky
Recipients alex, benjamin.peterson, hynek, nikratio, pitrou, serhiy.storchaka, stutzbach, vajrasky
Date 2013-06-06.10:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370515241.98.0.188220130587.issue18116@psf.upfronthosting.co.za>
In-reply-to
Content
So the correct fix should be:
1. Make sure we can open /dev/tty in non-binary mode,
2. We can write string to /dev/tty,
3. Close the leak if we can not open /dev/tty.

Is it?
History
Date User Action Args
2013-06-06 10:40:42vajraskysetrecipients: + vajrasky, pitrou, benjamin.peterson, stutzbach, alex, nikratio, hynek, serhiy.storchaka
2013-06-06 10:40:41vajraskysetmessageid: <1370515241.98.0.188220130587.issue18116@psf.upfronthosting.co.za>
2013-06-06 10:40:41vajraskylinkissue18116 messages
2013-06-06 10:40:41vajraskycreate