mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
This commit is contained in:
parent
5529213d4e
commit
f21e42d906
3 changed files with 1 additions and 6 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include "pycore_opcode_utils.h" // MAKE_FUNCTION_*
|
||||
#include "pycore_optimizer.h" // _PyUOpExecutor_Type
|
||||
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_*
|
||||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_range.h" // _PyRangeIterObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue