jdemeyer e89de73987 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
2018-09-19 03:06:20 -07:00
..
2017-11-05 15:37:50 +02:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library