commit | 772d69676eba256d9b2706152114ffe243abf8b6 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Aug 18 20:17:42 1999 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Aug 18 20:17:42 1999 +0000 |
tree | a94761d6bbc753cdd077971f5e756fd2c0446206 | |
parent | 959fa01dc38498992894e83e3d3dbe3839f3df02 [diff] |
__update(): Jeremy Hylton reports occurances of sunaudiodev.error (interrupted system call) when getting the device information. I've never seen it, but this patch should take care of the problem. If we get that exception and we're polling, just return since we'll wake up again soon and get the right information. If we're not polling, try 4 times and then give up.