Home
last modified time | relevance | path

Searched refs:PyFrame_IsRestricted (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dframeobject.h58 #define PyFrame_IsRestricted(f) \ macro
/external/python/cpython2/Objects/
Dframeobject.c417 return PyBool_FromLong(PyFrame_IsRestricted(f)); in frame_getrestricted()
/external/python/cpython2/Python/
Dceval.c4175 return current_frame == NULL ? 0 : PyFrame_IsRestricted(current_frame); in PyEval_GetRestricted()
/external/python/cpython3/Misc/
DHISTORY17183 to the removal of PyEval_GetRestricted() and PyFrame_IsRestricted().