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
3 files changed