homepage

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

AltStyle によって変換されたページ (->オリジナル) /