]> granicus.if.org Git - python/commitdiff
#7521: remove PyEval_GetRestricted() from the docs.
authorGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 17:36:20 +0000 (17:36 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 17:36:20 +0000 (17:36 +0000)
Doc/c-api/reflection.rst

index 3996c1f18d63d0aac97983a71564034bfba92e93..234d66bd5682daf762db8533f0b781242982264d 100644 (file)
@@ -34,12 +34,6 @@ Reflection
    Return the line number that *frame* is currently executing.
 
 
-.. cfunction:: int PyEval_GetRestricted()
-
-   If there is a current frame and it is executing in restricted mode, return true,
-   otherwise false.
-
-
 .. cfunction:: const char* PyEval_GetFuncName(PyObject *func)
 
    Return the name of *func* if it is a function, class or instance object, else the