Message207833
>Rule 1: Argument Clinic handles all argument parsing for you. Your "impl" function should never call PyArg_ParseTuple or PyArg_ParseTupleAndKeywords.
Ah, got it. Here is the third patch. Everything works fine except for the issue whether sha1 constructor should accept None value or not. Right now, after clinic, it accepts it. So _sha1.sha1() is same as _sha1.sha1(string=None). |
|
| Date |
User |
Action |
Args |
| 2014-01-10 04:06:56 | vajrasky | set | recipients:
+ vajrasky, larry, christian.heimes |
| 2014-01-10 04:06:56 | vajrasky | set | messageid: <[email protected]> |
| 2014-01-10 04:06:55 | vajrasky | link | issue20173 messages |
| 2014-01-10 04:06:55 | vajrasky | create | |
|