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

Larry Hastings report at bugs.python.org
Sat Jan 25 10:38:44 CET 2014


Larry Hastings added the comment:

1) That's not a bug, that's the API.  If you used the dynamic API to create a type it wouldn't take the &.  So I can't guess in advance what type it is, nor can I assume I always add the &.

2) Will fix.

----------

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


More information about the Python-bugs-list mailing list