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 amaury.forgeotdarc
Recipients ajaksu2, amaury.forgeotdarc, belopolsky, gregory.p.smith, gvanrossum, loewis
Date 2009-06-25.22:37:42
SpamBayes Score 6.229439e-05
Marked as misclassified No
Message-id <1245969464.38.0.101230484209.issue2016@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-25 22:37:44amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, loewis, gregory.p.smith, belopolsky, ajaksu2
2009-06-25 22:37:44amaury.forgeotdarcsetmessageid: <1245969464.38.0.101230484209.issue2016@psf.upfronthosting.co.za>
2009-06-25 22:37:43amaury.forgeotdarclinkissue2016 messages
2009-06-25 22:37:42amaury.forgeotdarccreate