Message155398
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. |
|
Date |
User |
Action |
Args |
2012-03-11 17:51:13 | roger.serwy | set | recipients:
+ roger.serwy |
2012-03-11 17:51:13 | roger.serwy | set | messageid: <1331488273.19.0.978623849585.issue14254@psf.upfronthosting.co.za> |
2012-03-11 17:51:12 | roger.serwy | link | issue14254 messages |
2012-03-11 17:51:12 | roger.serwy | create | |
|