Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d345ce

Browse files
committed
#7521: remove PyEval_GetRestricted() from the docs.
1 parent 6d7f6f7 commit 4d345ce

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/c-api/reflection.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ Reflection
3434
Return the line number that *frame* is currently executing.
3535

3636

37-
.. cfunction:: int PyEval_GetRestricted()
38-
39-
If there is a current frame and it is executing in restricted mode, return true,
40-
otherwise false.
41-
42-
4337
.. cfunction:: const char* PyEval_GetFuncName(PyObject *func)
4438

4539
Return the name of *func* if it is a function, class or instance object, else the

0 commit comments

Comments
 (0)