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 matrixise
Recipients matrixise, serhiy.storchaka, vstinner
Date 2019-03-05.15:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551800476.71.0.908259003365.issue36197@roundup.psfhosted.org>
In-reply-to
Content
Hi @serhiy,

Thank you for your PR, I prefer your patch, just because you have just added the PyObject *Py_UNUSED(ignored) to the tuplegetter_reduce function. And in this case, you don't need to cast to (void(*)(void)).

I will use this tip for the next time.

Thank
History
Date User Action Args
2019-03-05 15:41:16matrixisesetrecipients: + matrixise, vstinner, serhiy.storchaka
2019-03-05 15:41:16matrixisesetmessageid: <1551800476.71.0.908259003365.issue36197@roundup.psfhosted.org>
2019-03-05 15:41:16matrixiselinkissue36197 messages
2019-03-05 15:41:16matrixisecreate