mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +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
|
|
@ -40,6 +40,8 @@ object *getframe PROTO((void));
|
|||
void printtraceback PROTO((object *));
|
||||
void flushline PROTO((void));
|
||||
|
||||
int Py_AddPendingCall PROTO((int (*func) PROTO((ANY *)), ANY *arg));
|
||||
|
||||
|
||||
/* Interface for threads.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue