Unverified Kaydet (Commit) c64c4056 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)


https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c5)
Co-authored-by: 's avatarStéphane Wirtel <stephane@wirtel.be>
üst a7ffb663
......@@ -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`` |
+-----------+-------------------+---------------------------+
......
Fix the documentation about an unexisting `f_restricted` attribute in the
frame object. Patch by Stéphane Wirtel
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