python-2.7.6/include/ceval.h File Reference
#define _Py_MakeRecCheck |
( |
|
x | ) |
(++(x) > _Py_CheckRecursionLimit) |
#define Py_BEGIN_ALLOW_THREADS { |
#define Py_END_ALLOW_THREADS } |
#define Py_EnterRecursiveCall |
( |
|
where | ) |
|
Value:
_Py_CheckRecursiveCall(where))
#define _Py_MakeRecCheck(x)
#define PyThreadState_GET()
Definition at line 48 of file ceval.h.
#define Py_UNBLOCK_THREADS |
#define PyEval_CallObject |
( |
|
func, |
|
|
|
arg |
|
) |
| PyEval_CallObjectWithKeywords(func, arg, (PyObject *)NULL) |
const char const char const char PyAPI_FUNC |
( |
void |
| ) |
|
PyAPI_FUNC |
( |
struct _frame * |
| ) |
|
PyAPI_FUNC |
( |
const char * |
| ) |
|
const char const char const char* format |
const char const char* methodname |
Go to the source code of this file.