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 benjamin.peterson, phihag, pitrou, rhettinger, serhiy.storchaka
Date 2012-11-14.11:20:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352892007.41.0.0094813221936.issue16465@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-11-14 11:20:07serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, benjamin.peterson, phihag
2012-11-14 11:20:07serhiy.storchakasetmessageid: <1352892007.41.0.0094813221936.issue16465@psf.upfronthosting.co.za>
2012-11-14 11:20:07serhiy.storchakalinkissue16465 messages
2012-11-14 11:20:07serhiy.storchakacreate