Issue #23836: Add _Py_write_noraise() function
Helper to write() which retries write() if it is interrupted by a signal (fails with EINTR).
V
Victor Stinner committed
82c3e4599d067f7dc72cea1530d3a26ba1682028
Parent: 81541f4
Helper to write() which retries write() if it is interrupted by a signal (fails with EINTR).