mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
pythonrun.h: added run_pyc_file
ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h
This commit is contained in:
parent
f5e0ea89db
commit
956640880d
5 changed files with 14 additions and 5 deletions
|
@ -44,6 +44,7 @@ struct _node *parse_file PROTO((FILE *, char *, int));
|
|||
|
||||
object *run_string PROTO((char *, int, object *, object *));
|
||||
object *run_file PROTO((FILE *, char *, int, object *, object *));
|
||||
object *run_pyc_file PROTO((FILE *, char *, object *, object *));
|
||||
|
||||
object *compile_string PROTO((char *, char *, int));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue