[issue16776] Document PyCFunction_New and PyCFunction_NewEx functions

Martin Panter report at bugs.python.org
Wed Dec 17 02:13:20 CET 2014


Martin Panter added the comment:

I’m far from an expert on the C API, but I was looking for a way to inspect a “builtin_function_or_method” a.k.a. PyCFunction_Type a.k.a. types.BuiltinMethodType, and ended up looking at the “Instance Method Objects” section. So maybe your functions should go near there, or perhaps the nearby “Function Objects” section.

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list