mirror of
https://github.com/python/cpython.git
synced 2026-08-16 16:08:58 +08: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