Message282098
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. |
|
Date |
User |
Action |
Args |
2016-11-30 19:49:16 | josh.r | set | recipients:
+ josh.r, vstinner, serhiy.storchaka |
2016-11-30 19:49:16 | josh.r | set | messageid: <1480535356.11.0.367289245835.issue28839@psf.upfronthosting.co.za> |
2016-11-30 19:49:16 | josh.r | link | issue28839 messages |
2016-11-30 19:49:15 | josh.r | create | |
|