Message131903
my_fgets in Parser/myreadline.c is broken:
There's a comment saying that a fgets is retried on EINTR, but the code doesn't retry. It used to in older cPython versions, but there was also a bug, so my guess is that this bug has been here for a long time.
Could you try with the attached patch ?
It's just a quick'n dirty patch, but it should fix it. |
|
Date |
User |
Action |
Args |
2011-03-23 18:32:43 | neologix | set | recipients:
+ neologix, vstinner, ezio.melotti, davide.rizzo, sdaoden |
2011-03-23 18:32:43 | neologix | set | messageid: <1300905163.47.0.72975942018.issue11650@psf.upfronthosting.co.za> |
2011-03-23 18:32:42 | neologix | link | issue11650 messages |
2011-03-23 18:32:42 | neologix | create | |
|