[issue20141] Argument Clinic: broken support for 'O!'

Larry Hastings report at bugs.python.org
Tue Jan 7 16:06:32 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20141>
_______________________________________


More information about the Python-bugs-list mailing list