Lines Matching refs:set
694 /* Before, set '_' to None to avoid recursion */
1034 Return the global debug tracing function set with sys.settrace.
1079 Return the profiling function set with sys.setprofile.
1171 "cannot set the recursion limit to %i at "
2092 PyObject *set = PyObject_CallFunction((PyObject *)&PyFrozenSet_Type,
2095 return set;
2231 * interpreter config. When that happens, we need to properly set
2327 * interpreter config. When that happens, we need to properly set
2499 setdlopenflags() -- set the flags to be used for dlopen() calls\n\
2500 setprofile() -- set the global profiling function\n\
2501 setrecursionlimit() -- set the max recursion depth for the interpreter\n\
2502 settrace() -- set the global debug tracing function\n\
2887 /* stdin/stdout/stderr are set in pylifecycle.c */
3172 return _PyStatus_ERR("can't set preliminary stderr");