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 <rep...@bugs.python.org> <http://bugs.python.org/issue16465> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com