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 alexis.d
Recipients alexis.d, brian.curtin, neologix, r.david.murray
Date 2012-03-29.09:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333012220.32.0.47984593657.issue14433@psf.upfronthosting.co.za>
In-reply-to
Content
> And <ctl>D isn't how you shut down the interpreter on Windows, is it?

No <ctrl>Z + <enter> is the equivalent (<ctrl>D does nothing under Windows, except "printing" ^D).

And in a cmd window it just print another prompt (that's strange that it doesn't exit by the way...).

Also, I was thinking about the issue, is it normal to have this crash when we close directly the fd 0, whereas if I do sys.stdin.close() (which has sys.stdin.fileno() == 0) the Python shell continues to work properly?
History
Date User Action Args
2012-03-29 09:10:20alexis.dsetrecipients: + alexis.d, r.david.murray, brian.curtin, neologix
2012-03-29 09:10:20alexis.dsetmessageid: <1333012220.32.0.47984593657.issue14433@psf.upfronthosting.co.za>
2012-03-29 09:10:19alexis.dlinkissue14433 messages
2012-03-29 09:10:19alexis.dcreate