Message209166
Argument Clinic generates wrong signature for module level functions.
For example for the following declaration
/*[clinic input]
binascii.a2b_uu
ascii: ascii_buffer
/
Decode a line of uuencoded data.
[clinic start generated code]*/
Argument Clinic generates
PyDoc_STRVAR(binascii_a2b_uu__doc__,
"a2b_uu(module, ascii)\n"
"Decode a line of uuencoded data."); |
|
| Date |
User |
Action |
Args |
| 2014-01-25 08:53:27 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, larry |
| 2014-01-25 08:53:27 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2014-01-25 08:53:26 | serhiy.storchaka | link | issue20388 messages |
| 2014-01-25 08:53:26 | serhiy.storchaka | create | |
|