]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23836: Add _Py_write_noraise() function
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 16:34:45 +0000 (18:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 16:34:45 +0000 (18:34 +0200)
commit82c3e4599d067f7dc72cea1530d3a26ba1682028
treefe7baed4b7cc0b58372f77c7bda499ef653ea0de
parent81541f448066142c04fae736c3dda23b184c32be
Issue #23836: Add _Py_write_noraise() function

Helper to write() which retries write() if it is interrupted by a signal (fails
with EINTR).
Include/fileutils.h
Python/fileutils.c