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 asn
Recipients asn, cstratak, eitan.adler, gregory.p.smith, martin.panter, miss-islington, pmpp, resmord, serhiy.storchaka, siddhesh, terry.reedy, vstinner, xdegaye, yan12125, ztane
Date 2019-04-30.15:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556639155.99.0.288268172032.issue33012@roundup.psfhosted.org>
In-reply-to
Content
And how do you deal with METH_VARARGS|METH_KEYWORDS functions which have 3 arguments?

PyObject* myfunc(PyObject *py_obj, PyObject *args, PyObject *kwargs)
History
Date User Action Args
2019-04-30 15:45:56asnsetrecipients: + asn, terry.reedy, gregory.p.smith, vstinner, pmpp, xdegaye, martin.panter, serhiy.storchaka, ztane, eitan.adler, siddhesh, yan12125, cstratak, miss-islington, resmord
2019-04-30 15:45:55asnsetmessageid: <1556639155.99.0.288268172032.issue33012@roundup.psfhosted.org>
2019-04-30 15:45:55asnlinkissue33012 messages
2019-04-30 15:45:55asncreate