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 pitrou
Recipients benjamin.peterson, phihag, pitrou, rhettinger, serhiy.storchaka
Date 2012-11-14.11:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <14880963.235425722.1352891605375.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1352882814.69.0.584438986385.issue16465@psf.upfronthosting.co.za>
Content
> As I understand, the new dict created on every call of function with
> keyword arguments.  This slow down every such call about 0.1 µsec.
> This is about 10% of int('42', base=16).

Ok, but `int('42', base=16)` is about the fastest function call with
keyword arguments one can think about :-) In other words, the overhead
will probably not be noticeable for most function calls.
History
Date User Action Args
2012-11-14 11:13:32pitrousetrecipients: + pitrou, rhettinger, benjamin.peterson, phihag, serhiy.storchaka
2012-11-14 11:13:32pitroulinkissue16465 messages
2012-11-14 11:13:32pitroucreate