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 vstinner
Recipients vstinner
Date 2015-03-19.13:36:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426772209.38.0.996436244503.issue23709@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch enhances ossaudiodev to support buffer larger than 2 GB (replace the C int type with C Py_ssize_t). It uses the new _Py_read() and _Py_write() functions added in the issue #23708 with the Py_buffer API.

By the way, I don't understand the purpose of the input and output counters (icount and ocount fields of the oss_audio_t structure), they don't look to be used?!
History
Date User Action Args
2015-03-19 13:36:49vstinnersetrecipients: + vstinner
2015-03-19 13:36:49vstinnersetmessageid: <1426772209.38.0.996436244503.issue23709@psf.upfronthosting.co.za>
2015-03-19 13:36:49vstinnerlinkissue23709 messages
2015-03-19 13:36:49vstinnercreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.