Message147020
Here is a patch. The bugfix itself is quite pedestrian, but the test is more interesting. I did what I could to fork a subprocess into a pseudoterminal so as to trigger the GNU readline code path. The only limitation I've found is that I'm unable to read further on the child's stdout after input() has been called. The test therefore uses a pipe to do the return checking. |
|
| Date |
User |
Action |
Args |
| 2011-11-04 17:25:46 | pitrou | set | recipients:
+ pitrou, vstinner, benjamin.peterson, ezio.melotti, stefanholek, neologix |
| 2011-11-04 17:25:46 | pitrou | set | messageid: <[email protected]> |
| 2011-11-04 17:25:45 | pitrou | link | issue13342 messages |
| 2011-11-04 17:25:45 | pitrou | create | |
|