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

Tal Einat report at bugs.python.org
Sat Jan 25 10:03:23 CET 2014


Tal Einat added the comment:

Also, I believe the the type of the first argument passed to a method is a pointer to the typedef object, so a '*' needs to be added after the typedef name wherever it is used in such functions.

----------

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


More information about the Python-bugs-list mailing list