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 vstinner
Recipients larry, methane, rhettinger, vstinner
Date 2017-01-19.11:34:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484825669.98.0.062364263253.issue29312@psf.upfronthosting.co.za>
In-reply-to
Content
When analyzing how FASTCALL handles "func(**kwargs)" calls for Python functions, I identified a missed optimization. I created the issue #29318: "Optimize _PyFunction_FastCallDict() for **kwargs".
History
Date User Action Args
2017-01-19 11:34:30vstinnersetrecipients: + vstinner, rhettinger, larry, methane
2017-01-19 11:34:29vstinnersetmessageid: <1484825669.98.0.062364263253.issue29312@psf.upfronthosting.co.za>
2017-01-19 11:34:29vstinnerlinkissue29312 messages
2017-01-19 11:34:29vstinnercreate