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 serhiy.storchaka, siddhesh
Date 2018-03-06.11:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520335954.14.0.467229070634.issue33012@psf.upfronthosting.co.za>
In-reply-to
Content
Argument Clinic generates the following declaration for the second parameter of METH_NOARGS functions:

    PyObject *Py_UNUSED(ignored)

It would be nice to follow the same style.

If the first parameter is of type PyObject* too, the explicit cast to PyCFunction can be removed.

Skip the curses module. It will be converted to Argument Clinic.
History
Date User Action Args
2018-03-06 11:32:34serhiy.storchakasetrecipients: + serhiy.storchaka, siddhesh
2018-03-06 11:32:34serhiy.storchakasetmessageid: <1520335954.14.0.467229070634.issue33012@psf.upfronthosting.co.za>
2018-03-06 11:32:34serhiy.storchakalinkissue33012 messages
2018-03-06 11:32:34serhiy.storchakacreate