commit | 82c3e4599d067f7dc72cea1530d3a26ba1682028 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Apr 01 18:34:45 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Apr 01 18:34:45 2015 +0200 |
tree | fe7baed4b7cc0b58372f77c7bda499ef653ea0de | |
parent | 81541f448066142c04fae736c3dda23b184c32be [diff] |
Issue #23836: Add _Py_write_noraise() function Helper to write() which retries write() if it is interrupted by a signal (fails with EINTR).