]> granicus.if.org Git - python/commit
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 9 Apr 2011 13:59:25 +0000 (15:59 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 9 Apr 2011 13:59:25 +0000 (15:59 +0200)
commita870e35a7dff135a9c1075ab2ea068c9f7b2f379
treee75606dc5dc040c4f3695db93000847e2ff97aec
parent80221ed0c0f3c73ee13c5d2c64a9b0273933a0ce
parent52c950f229199fa14bd75e1709183d0b08e90182
(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac
OS X. Patch written by Charles-Francois Natali.
Misc/NEWS
Parser/myreadline.c