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 davide.rizzo
Recipients akuchling, davide.rizzo, ezio.melotti, jesstess, mwh, neologix, python-dev, sdaoden, vstinner
Date 2011-04-09.14:39:23
SpamBayes Score 7.690435e-06
Marked as misclassified No
Message-id <1302359965.08.0.146035661372.issue11650@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, I have neither OS X nor Linux available right now, but if I remember correctly the same happens on both systems when programs call input() (but not from the REPL). See also my previous message with "python -c" tests and my second remark.

What about the Pexpect based tests? Could it be interesting to Python to test the behavior on the terminal?

About the committed patch: is it the right thing to do to call PyOS_InputHook at every restart?

Thank you!
History
Date User Action Args
2011-04-09 14:39:25davide.rizzosetrecipients: + davide.rizzo, mwh, akuchling, vstinner, ezio.melotti, jesstess, neologix, sdaoden, python-dev
2011-04-09 14:39:25davide.rizzosetmessageid: <1302359965.08.0.146035661372.issue11650@psf.upfronthosting.co.za>
2011-04-09 14:39:23davide.rizzolinkissue11650 messages
2011-04-09 14:39:23davide.rizzocreate