Kaydet (Commit) 4d345ce1 authored tarafından Georg Brandl's avatar Georg Brandl

#7521: remove PyEval_GetRestricted() from the docs.

üst 6d7f6f75
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment