#7521: remove PyEval_GetRestricted() from the docs.

This commit is contained in:
Georg Brandl 2009-12-19 17:36:20 +00:00
parent 6d7f6f75fd
commit 4d345ce1c9
1 changed files with 0 additions and 6 deletions

View 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