Message207401
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> |
|
| 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: <[email protected]> |
| 2014-01-05 21:21:04 | serhiy.storchaka | link | issue20133 messages |
| 2014-01-05 21:21:04 | serhiy.storchaka | create | |
|