[issue16465] dict creation performance regression

Serhiy Storchaka report at bugs.python.org
Wed Nov 14 12:20:07 CET 2012


Serhiy Storchaka added the comment:

> Ok, but `int('42', base=16)` is about the fastest function call with
> keyword arguments one can think about :-)

Not as fast as a call without keywords, `int('42', 16)`. :-(  But this is a different issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16465>
_______________________________________


More information about the Python-bugs-list mailing list