[issue20385] Argument Clinic: Support for __new__ not checking _PyArg_NoKeywords for sub-classes

Larry Hastings report at bugs.python.org
Fri Jan 24 23:14:43 CET 2014


Larry Hastings added the comment:

I think it's a bug that they don't do the subclass check.  In practice, nobody subclasses range and itertools.tee.  But they should probably still be fixed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20385>
_______________________________________


More information about the Python-bugs-list mailing list