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 cstratak, martin.panter, serhiy.storchaka, siddhesh, vstinner, ztane
Date 2018-05-10.10:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525948134.02.0.682650639539.issue33012@psf.upfronthosting.co.za>
In-reply-to
Content
The following PRs fix warnings in casts to PyCFunction for method conventions different from METH_NOARGS, METH_O and
METH_VARARGS. PR 6748 does this for Argument Clinic generated code (all files except Tools/clinic/clinic.py are generated). PR 6749 does it for hand-written code. It also fixes few missed or new cases for METH_NOARGS.
History
Date User Action Args
2018-05-10 10:28:54serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, martin.panter, ztane, siddhesh, cstratak
2018-05-10 10:28:54serhiy.storchakasetmessageid: <1525948134.02.0.682650639539.issue33012@psf.upfronthosting.co.za>
2018-05-10 10:28:54serhiy.storchakalinkissue33012 messages
2018-05-10 10:28:53serhiy.storchakacreate