mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix a bunch of imports to use code.h instead of compile.h.
Remove duplicate declarations from compile.h
This commit is contained in:
parent
0f00ba8bd8
commit
ec97a28b60
9 changed files with 1 additions and 13 deletions
|
|
@ -11,11 +11,6 @@ extern "C" {
|
|||
/* Public interface */
|
||||
struct _node; /* Declare the existence of this type */
|
||||
PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
|
||||
PyAPI_FUNC(PyCodeObject *) PyCode_New(
|
||||
int, int, int, int, PyObject *, PyObject *, PyObject *, PyObject *,
|
||||
PyObject *, PyObject *, PyObject *, PyObject *, int, PyObject *);
|
||||
/* same as struct above */
|
||||
PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
|
||||
|
||||
/* Future feature support */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue