mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04: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:
@@ -25,7 +25,6 @@
|
||||
|
||||
#include "token.h" // INDENT
|
||||
#include "errcode.h" // E_EOF
|
||||
#include "code.h" // PyCodeObject
|
||||
#include "marshal.h" // PyMarshal_ReadLongFromFile()
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user