Skip to content

Commit

Permalink
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restric…
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixise authored and miss-islington committed Oct 25, 2018
1 parent 9e95eb0 commit 1770d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Doc/library/inspect.rst
Expand Up @@ -132,9 +132,6 @@ attributes:
| | f_locals | local namespace seen by |
| | | this frame |
+-----------+-------------------+---------------------------+
| | f_restricted | 0 or 1 if frame is in |
| | | restricted execution mode |
+-----------+-------------------+---------------------------+
| | f_trace | tracing function for this |
| | | frame, or ``None`` |
+-----------+-------------------+---------------------------+
Expand Down
@@ -0,0 +1,2 @@
Fix the documentation about an unexisting `f_restricted` attribute in the
frame object. Patch by Stéphane Wirtel

0 comments on commit 1770d1c

Please sign in to comment.