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 terry.reedy
Recipients terry.reedy
Date 2013-04-28.17:12:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367169172.83.0.786523829005.issue17863@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be Python 3 specific. On 2.7.4 (Win7):
>>> import sys
>>> sys.stdin='abd'
>>>

With fresh 3.4 repository debug build, prompt never appears, ^C, ^D are ignored. Must close with window's [X] button. With fresh 3.3, get repeated [62312 refs] lines. One could guess that they are generated but suppressed in 3.4.

There is a possibility that this is specific to debug builds; I cannot currently build or run one for 2.7. However, there is no problem with Idle running (on Windows) with 3.3/3.4 pythonw-d. (In other words, see same behavior as 2.7 above.)
History
Date User Action Args
2013-04-28 17:12:52terry.reedysetrecipients: + terry.reedy
2013-04-28 17:12:52terry.reedysetmessageid: <1367169172.83.0.786523829005.issue17863@psf.upfronthosting.co.za>
2013-04-28 17:12:52terry.reedylinkissue17863 messages
2013-04-28 17:12:52terry.reedycreate