Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: Fixed in trunk with r73564.
I performed performance tests: differences with pybench were negligible (<1%), but a specially crafted case like: kw = dict(a=1, b=2, c=3) for x in xrange(self.rounds): f(**kw) showed an improvement of 21%! Will backport to various branches after 3.1 is out. ---------- assignee: -> amaury.forgeotdarc resolution: -> fixed status: open -> pending _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2016> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com