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 roger.serwy
Recipients roger.serwy
Date 2012-03-11.17:51:11
SpamBayes Score 0.00015156387
Marked as misclassified No
Message-id <1331488273.19.0.978623849585.issue14254@psf.upfronthosting.co.za>
In-reply-to
Content
In PyShell.py, the "readline" method enters a nested event loop for handling input. 

If the shell is restarted, the nested event loop remains until after the first press of "enter" causes the "enter_callback" to quit the nested event loop. The effect is that the first line of input to the prompt is ignored by the new shell.

Attached is a patch against 3.3 to fix the problem.
History
Date User Action Args
2012-03-11 17:51:13roger.serwysetrecipients: + roger.serwy
2012-03-11 17:51:13roger.serwysetmessageid: <1331488273.19.0.978623849585.issue14254@psf.upfronthosting.co.za>
2012-03-11 17:51:12roger.serwylinkissue14254 messages
2012-03-11 17:51:12roger.serwycreate