SIGN IN SIGN UP

bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)

`list.append([], None)` was profiled but `list.append([], None, **{})` was not profiled.
Enable profiling for later case.

https://bugs.python.org/issue34125
J
jdemeyer committed
e89de7398718f6e68848b6340830aeb90b7d582c
Parent: b3b8cb4
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 9/19/2018, 10:06:20 AM