Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e95eb0 commit 1770d1cCopy full SHA for 1770d1c
2 files changed
Doc/library/inspect.rst
@@ -132,9 +132,6 @@ attributes:
132
| | f_locals | local namespace seen by |
133
| | | this frame |
134
+-----------+-------------------+---------------------------+
135
-| | f_restricted | 0 or 1 if frame is in |
136
-| | | restricted execution mode |
137
-+-----------+-------------------+---------------------------+
138
| | f_trace | tracing function for this |
139
| | | frame, or ``None`` |
140
Misc/NEWS.d/next/Documentation/2018-10-25-17-45-09.bpo-35038.2eVOYS.rst
@@ -0,0 +1,2 @@
1
+Fix the documentation about an unexisting `f_restricted` attribute in the
2
+frame object. Patch by Stéphane Wirtel
0 commit comments