Remove redundant pycore_optimizer.h includes (#143184)

`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>
This commit is contained in:
Yongtao Huang 2025-12-26 19:11:11 +08:00 committed by GitHub
parent 888d101445
commit de22e718bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@
#include "pycore_tuple.h" // _PyTuple_FromArraySteal()
#include "opcode_ids.h"
#include "pycore_optimizer.h"
/* Uncomment this to dump debugging output when assertions fail */