mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
`pycore_optimizer.h` was included redundantly in Objects/frameobject.c and Python/instrumentation.c. Both includes are unnecessary and can be safely removed. No functional change. Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Miscellaneous source files for the main Python shared library