Nick Coghlan added the comment:

Those are C level descriptors, so we'd have to add new fields to the structs, 
and that's not going to happen at this stage of the release cycle.

However, there's also the fact that tp_new and tp_init are required to have the 
*same* signature, and those override the apparent signature of __call__ on the 
metaclass, so it's actually better to just document it once on the class.

----------

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

Reply via email to