]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove redundant pycore_optimizer.h includes (#143184)
authorYongtao Huang <yongtaoh2022@gmail.com>
Fri, 26 Dec 2025 11:11:11 +0000 (19:11 +0800)
committerGitHub <noreply@github.com>
Fri, 26 Dec 2025 11:11:11 +0000 (11:11 +0000)
commitde22e718bb5c57ec4178aa1787d7634cfc649261
tree8e3634ffcf72744b393e9a0189e879e51b415577
parent888d101445c72c7cf23923e99ed567732f42fb79
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>
Objects/frameobject.c
Python/instrumentation.c