]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23709: The ossaudiodev module now retries read/write when interrupted by
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 23:27:28 +0000 (00:27 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Mar 2015 23:27:28 +0000 (00:27 +0100)
commit4fa99cdb4c5f53d6fa86ef223ae613cb1a8783f8
treea3901a654e99227a890fc019a8cbaa01986f7f1d
parentb3aa2e7ba355aa0b672bd6d21733d71df6668545
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.
Modules/ossaudiodev.c