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 serhiy.storchaka
Recipients matrixise, serhiy.storchaka, vstinner
Date 2019-03-05.15:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551800746.24.0.126816491455.issue36197@roundup.psfhosted.org>
In-reply-to
Content
This is only for methods with METH_NOARGS. The code that calls such method, calls it with two arguments, passing NULL as the second argument. So the signature of the C function should have two parameters. Functions for methods with METH_KEYWORDS or METH_FASTCALL should have different corresponding signatures.
History
Date User Action Args
2019-03-05 15:45:46serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, matrixise
2019-03-05 15:45:46serhiy.storchakasetmessageid: <1551800746.24.0.126816491455.issue36197@roundup.psfhosted.org>
2019-03-05 15:45:46serhiy.storchakalinkissue36197 messages
2019-03-05 15:45:46serhiy.storchakacreate