Skip to content

Commit 7e4f175

Browse files
committed
Update Python/pylifecycle.c
1 parent 118f88f commit 7e4f175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/pylifecycle.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "pycore_typevarobject.h" // _Py_clear_generic_types()
3333
#include "pycore_unicodeobject.h" // _PyUnicode_InitTypes()
3434
#include "pycore_weakref.h" // _PyWeakref_GET_REF()
35-
#include "cpython/optimizer.h" // _Py_MAX_ALLOWED_BUILTINS_MODIFICATIONS
3635
#include "pycore_obmalloc.h" // _PyMem_init_obmalloc()
3736

3837
#include "opcode.h"

0 commit comments

Comments
 (0)