mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
e89de73987
`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