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 josh.r
Recipients josh.r, serhiy.storchaka, vstinner
Date 2016-11-30.19:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480535356.11.0.367289245835.issue28839@psf.upfronthosting.co.za>
In-reply-to
Content
Minor correction: No allocation when small stack used, so you'd only see (possibly) regressions with 6+ keyword arguments (assuming the tuple free list applies for tuples that large). Admittedly a minor concern; keyword processing is already pretty slow, and large numbers of keywords being passed are likely a tiny fraction of call cases, so I'd guess microbenchmarks wouldn't show a big change, and broad benchmarks would be completely unaffected, but worth checking.
History
Date User Action Args
2016-11-30 19:49:16josh.rsetrecipients: + josh.r, vstinner, serhiy.storchaka
2016-11-30 19:49:16josh.rsetmessageid: <1480535356.11.0.367289245835.issue28839@psf.upfronthosting.co.za>
2016-11-30 19:49:16josh.rlinkissue28839 messages
2016-11-30 19:49:15josh.rcreate