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 mdk
Recipients mdk
Date 2016-11-20.16:44:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479660244.5.0.379774731624.issue28753@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the "Converting Your First Function" has been written with clinic-generated C code interspersed with user C code. But it looks like nowadays a `clinic/{}.c.h` file is generated, so the "Converting Your First Function" should tell us to add the `#include "clinic/…`.

Also, the documentation states:

> If any of these items differ in any way, adjust your Argument
> Clinic function specification and rerun Tools/clinic/clinic.py
> until they are the same.

But since `METH_FASTCALL` it may be wrong (Clinic generated `METH_FASTCALL` but it was `METH_VARARGS|METH_KEYWORDS`).
History
Date User Action Args
2016-11-20 16:44:04mdksetrecipients: + mdk
2016-11-20 16:44:04mdksetmessageid: <1479660244.5.0.379774731624.issue28753@psf.upfronthosting.co.za>
2016-11-20 16:44:04mdklinkissue28753 messages
2016-11-20 16:44:04mdkcreate