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