[docs] [issue30390] Document how to make classes in the C API.

Decorater report at bugs.python.org
Wed May 17 14:03:21 EDT 2017


Decorater added the comment:

Hmm seems that when looking at the exports in python36.dll that the following functions seem to not be documented as far as I seen:

PyClassMethodDescr_Type
PyClassMethod_New
PyClassMethod_Type

There might be more functions dealing with classes that are not documented. However looking through the whole exports would take to long as there are so many.

----------

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


More information about the docs mailing list