commit | 5de51ac4c00f36d0caa5bd99d0bfa0fdbad35627 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Apr 09 16:09:08 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Apr 09 16:09:08 2011 +0200 |
tree | 1949256074bc2feea586bf94e929c5984cea3cca | |
parent | 5dbca9cc3f92167e686f4e4a44eef25a28f2977d [diff] |
(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.