From 4d345ce1c9115cd4e8a731c19576eae27b341bb4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 19 Dec 2009 17:36:20 +0000 Subject: [PATCH] #7521: remove PyEval_GetRestricted() from the docs. --- Doc/c-api/reflection.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Doc/c-api/reflection.rst b/Doc/c-api/reflection.rst index 3996c1f18d6..234d66bd568 100644 --- a/Doc/c-api/reflection.rst +++ b/Doc/c-api/reflection.rst @@ -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