mirror of
https://github.com/python/cpython.git
synced 2026-07-26 03:43:11 -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