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 vstinner
Recipients larry, skrah, vstinner
Date 2013-12-13.15:11:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386947468.02.0.921819092269.issue19976@psf.upfronthosting.co.za>
In-reply-to
Content
I prefer to omit the unused parameter, even if NULL *is* passed to the function.

If you prefer to add the unused parameter, what do you propose to avoid compiler warnings if unused parameters are checked?
History
Date User Action Args
2013-12-13 15:11:08vstinnersetrecipients: + vstinner, larry, skrah
2013-12-13 15:11:08vstinnersetmessageid: <1386947468.02.0.921819092269.issue19976@psf.upfronthosting.co.za>
2013-12-13 15:11:08vstinnerlinkissue19976 messages
2013-12-13 15:11:07vstinnercreate