mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
ceval.h: added Py_MakePendingCalls()
classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
This commit is contained in:
parent
6c849697fd
commit
c5d92e1271
4 changed files with 4 additions and 1 deletions
|
@ -41,6 +41,7 @@ void printtraceback PROTO((object *));
|
|||
void flushline PROTO((void));
|
||||
|
||||
int Py_AddPendingCall PROTO((int (*func) PROTO((ANY *)), ANY *arg));
|
||||
int Py_MakePendingCalls PROTO((void));
|
||||
|
||||
|
||||
/* Interface for threads.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue