This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akira
Recipients akira
Date 2014-07-28.10:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406543740.46.0.79739561781.issue22094@psf.upfronthosting.co.za>
In-reply-to
Content
From Modules/ossaudiodev.c:

    /* NB. writeall() is only useful in non-blocking mode: according to
       Guenter Geiger <geiger@xdv.org> on the linux-audio-dev list
       (http://eca.cx/lad/2002/11/0380.html), OSS guarantees that
       write() in blocking mode consumes the whole buffer.  In blocking
       mode, the behaviour of write() and writeall() from Python is
       indistinguishable. */
History
Date User Action Args
2014-07-28 10:35:40akirasetrecipients: + akira
2014-07-28 10:35:40akirasetmessageid: <1406543740.46.0.79739561781.issue22094@psf.upfronthosting.co.za>
2014-07-28 10:35:40akiralinkissue22094 messages
2014-07-28 10:35:40akiracreate