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 SylvainDe, serhiy.storchaka, vstinner
Date 2017-06-08.12:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496923987.62.0.385917160087.issue30592@psf.upfronthosting.co.za>
In-reply-to
Content
It would be possible to make _PyArg_NoKeywords() adding "()" only if the passed argument don't contain them. But since this is a private API, it was easier to just remove "()" from arguments. In any case most uses of _PyArg_NoKeywords() are generated by Argument Clinic and they don't pass "()" in the argument.
History
Date User Action Args
2017-06-08 12:13:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, SylvainDe
2017-06-08 12:13:07serhiy.storchakasetmessageid: <1496923987.62.0.385917160087.issue30592@psf.upfronthosting.co.za>
2017-06-08 12:13:07serhiy.storchakalinkissue30592 messages
2017-06-08 12:13:07serhiy.storchakacreate