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 rhettinger
Recipients jdemeyer, rhettinger
Date 2018-07-31.01:02:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532998967.6.0.56676864532.issue34280@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM it would be better to keep METH_NOARGS as-is and if you need another argument, then use a different calling pattern.  The METH_NOARGS flag is very old and widely adopted -- it is unknowable how changing the assumptions will affect deployed code.  Also, it just feels weird to go down the proposed path -- for clarity, METH_NOARGS should mean "no args" -- any other meaning is certain to create confusion.
History
Date User Action Args
2018-07-31 01:02:47rhettingersetrecipients: + rhettinger, jdemeyer
2018-07-31 01:02:47rhettingersetmessageid: <1532998967.6.0.56676864532.issue34280@psf.upfronthosting.co.za>
2018-07-31 01:02:47rhettingerlinkissue34280 messages
2018-07-31 01:02:47rhettingercreate