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 Mark.Bell, lisroach, rhettinger, serhiy.storchaka, steven.daprano
Date 2017-08-09.07:08:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502262491.06.0.921336978641.issue31141@psf.upfronthosting.co.za>
In-reply-to
Content
Adding this feature is so easy as moving '/' in Argument Clinic declaration one line up. I don't think it is worth to allow passing the first argument as a keyword argument.

Check what performance effect of this change on simple calls sum(()), sum((), 0).
History
Date User Action Args
2017-08-09 07:08:11serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, steven.daprano, Mark.Bell, lisroach
2017-08-09 07:08:11serhiy.storchakasetmessageid: <1502262491.06.0.921336978641.issue31141@psf.upfronthosting.co.za>
2017-08-09 07:08:11serhiy.storchakalinkissue31141 messages
2017-08-09 07:08:10serhiy.storchakacreate