mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge of descr-branch back into trunk.
This commit is contained in:
parent
52d55a3926
commit
6d6c1a35e0
57 changed files with 6923 additions and 1309 deletions
|
@ -45,6 +45,9 @@ DL_IMPORT(int) Py_MakePendingCalls(void);
|
|||
DL_IMPORT(void) Py_SetRecursionLimit(int);
|
||||
DL_IMPORT(int) Py_GetRecursionLimit(void);
|
||||
|
||||
DL_IMPORT(char *) PyEval_GetFuncName(PyObject *);
|
||||
DL_IMPORT(char *) PyEval_GetFuncDesc(PyObject *);
|
||||
|
||||
/* Interface for threads.
|
||||
|
||||
A module that plans to do a blocking system call (or something else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue