Larry Hastings added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20141>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to