#7521: remove PyEval_GetRestricted() from the docs.
This commit is contained in:
parent
6d7f6f75fd
commit
4d345ce1c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue