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 jdemeyer
Recipients jdemeyer, rhettinger, scoder
Date 2018-07-31.07:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533020863.81.0.56676864532.issue34287@psf.upfronthosting.co.za>
In-reply-to
Content
A METH_NOARGS function has a second unused argument which is always NULL (this is guaranteed by the documentation).

However, some functions in Modules/_io/bufferedio.c actually that second NULL argument. This is technically not a bug, but it looks more clear to explicitly mark that second argument as unused.
History
Date User Action Args
2018-07-31 07:07:43jdemeyersetrecipients: + jdemeyer, rhettinger, scoder
2018-07-31 07:07:43jdemeyersetmessageid: <1533020863.81.0.56676864532.issue34287@psf.upfronthosting.co.za>
2018-07-31 07:07:43jdemeyerlinkissue34287 messages
2018-07-31 07:07:43jdemeyercreate