Message207401
| Author | serhiy.storchaka |
|---|---|
| Recipients | larry, serhiy.storchaka |
| Date | 2014-01-05.21:21:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1388956864.17.0.114751586443.issue20133@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch which converts the audioop module to use Argument Clinic. 26 functions are converted. Also it adds docstrings for audioop functions.
There are two problems:
* Test test_string crashes. Perhaps here is a bug in Argument Clinic (Py_buffer arguments are not initialized).
* Pydoc for ratecv (and only for this function) returns:
ratecv = <built-in function ratecv> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-05 21:21:05 | serhiy.storchaka | set | recipients: + serhiy.storchaka, larry |
| 2014-01-05 21:21:04 | serhiy.storchaka | set | messageid: <1388956864.17.0.114751586443.issue20133@psf.upfronthosting.co.za> |
| 2014-01-05 21:21:04 | serhiy.storchaka | link | issue20133 messages |
| 2014-01-05 21:21:04 | serhiy.storchaka | create | |