mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-35134: Remove the Include/code.h header file (GH-32385)
Remove the Include/code.h header file. C extensions should only include the main <Python.h> header file. Python.h includes directly Include/cpython/code.h instead.
This commit is contained in:
parent
5c4d1f6e0e
commit
85addfb9c6
14 changed files with 17 additions and 33 deletions
|
|
@ -1450,7 +1450,6 @@ PYTHON_HEADERS= \
|
|||
$(srcdir)/Include/bytearrayobject.h \
|
||||
$(srcdir)/Include/bytesobject.h \
|
||||
$(srcdir)/Include/ceval.h \
|
||||
$(srcdir)/Include/code.h \
|
||||
$(srcdir)/Include/codecs.h \
|
||||
$(srcdir)/Include/compile.h \
|
||||
$(srcdir)/Include/complexobject.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue