commit | 4fa99cdb4c5f53d6fa86ef223ae613cb1a8783f8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 20 00:27:28 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 20 00:27:28 2015 +0100 |
tree | a3901a654e99227a890fc019a8cbaa01986f7f1d | |
parent | b3aa2e7ba355aa0b672bd6d21733d71df6668545 [diff] |
Issue #23709: The ossaudiodev module now retries read/write when interrupted by a signal (PEP 475). Use he new _Py_read() and _Py_write() functions.