mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
#7521: remove PyEval_GetRestricted() from the docs.
This commit is contained in:
parent
6d7f6f75fd
commit
4d345ce1c9
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue