Message207546
There are lots of ways you can crash Python by giving erroneous input to Argument Clinic. Clinic has no visibility into the C type system, so it has no way of verifying whether or not the type objects you pass in are correct. That's unfixable and not really interesting. |
|
| Date |
User |
Action |
Args |
| 2014-01-07 15:06:32 | larry | set | recipients:
+ larry, serhiy.storchaka |
| 2014-01-07 15:06:32 | larry | set | messageid: <[email protected]> |
| 2014-01-07 15:06:32 | larry | link | issue20141 messages |
| 2014-01-07 15:06:31 | larry | create | |
|