[issue29260] Use designated initializers to define PyTypeObject types

STINNER Victor report at bugs.python.org
Fri Jan 13 10:39:20 EST 2017


STINNER Victor added the comment:

> The widespread use of PyType_FromSpec() will supersede this issue.

Oh, I didn't know PyType_FromSpec(). It is only used for a very few types in the Python stdlib.

----------

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


More information about the Python-bugs-list mailing list