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 eric.araujo, ezio.melotti, mark.dickinson, serhiy.storchaka
Date 2013-04-27.20:02:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367092961.0.0.658754579806.issue17806@psf.upfronthosting.co.za>
In-reply-to
Content
Note that adding support of keyword arguments significant slowdown argument parsing. Please measure time of the function call with and without the patch.

I object to add support for keyword arguments in a quick built-in functions. Especially if it's the only argument.
History
Date User Action Args
2013-04-27 20:02:41serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, ezio.melotti, eric.araujo
2013-04-27 20:02:40serhiy.storchakasetmessageid: <1367092961.0.0.658754579806.issue17806@psf.upfronthosting.co.za>
2013-04-27 20:02:40serhiy.storchakalinkissue17806 messages
2013-04-27 20:02:40serhiy.storchakacreate