This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:32larrysetrecipients: + larry, serhiy.storchaka
2014-01-07 15:06:32larrysetmessageid: <1389107192.08.0.158271932406.issue20141@psf.upfronthosting.co.za>
2014-01-07 15:06:32larrylinkissue20141 messages
2014-01-07 15:06:31larrycreate