mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
added callable, removed run_pyc_file
This commit is contained in:
parent
eb8b0d20c1
commit
9e89f0a5b3
2 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@ struct _node *PyParser_SimpleParseFile Py_PROTO((FILE *, char *, int));
|
|||
|
||||
PyObject *PyRun_String Py_PROTO((char *, int, PyObject *, PyObject *));
|
||||
PyObject *PyRun_File Py_PROTO((FILE *, char *, int, PyObject *, PyObject *));
|
||||
PyObject *run_pyc_file Py_PROTO((FILE *, char *, PyObject *, PyObject *));
|
||||
|
||||
PyObject *Py_CompileString Py_PROTO((char *, char *, int));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue