bpo-26110: Document CALL_METHOD_KW by Fidget-Spinner · Pull Request #26159 · python/cpython (original) (raw)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That entry is taken from the whats new in python 3.7 https://docs.python.org/3/whatsnew/3.7.html#optimizations and is also the result of a microbench.

Maybe I am missing something, but we did a pyperformance run for that:

https://bugs.python.org/msg282622

Maybe I should just remove that line :(?

No, but surely clarify that a bit better: mention that is on a microbenchmark.

Recently I've been thinking that pyperformance doesn't really have enough object-oriented benchmarks. Maybe I can look into adding some.

That's a good idea. Meke sure to sync also with @vstinner