mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
`list.append([], None)` was profiled but `list.append([], None, **{})` was not profiled.
Enable profiling for later case.
https://bugs.python.org/issue34125
Miscellaneous source files for the main Python shared library