Message207546
| Author | larry |
|---|---|
| Recipients | larry, serhiy.storchaka |
| Date | 2014-01-07.15:06:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1389107192.08.0.158271932406.issue20141@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1389107192.08.0.158271932406.issue20141@psf.upfronthosting.co.za> |
| 2014-01-07 15:06:32 | larry | link | issue20141 messages |
| 2014-01-07 15:06:31 | larry | create | |