This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients akuchling, asvetlov, docs@python, martin.panter, vstinner
Date 2014-12-17.01:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418778800.17.0.108259002635.issue16776@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-17 01:13:20martin.pantersetrecipients: + martin.panter, akuchling, vstinner, asvetlov, docs@python
2014-12-17 01:13:20martin.pantersetmessageid: <1418778800.17.0.108259002635.issue16776@psf.upfronthosting.co.za>
2014-12-17 01:13:20martin.panterlinkissue16776 messages
2014-12-17 01:13:19martin.pantercreate