summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-25 21:21:59 (GMT)
committerGitHub <noreply@github.com>2018-10-25 21:21:59 (GMT)
commit3b87151879adb795c3c0372832c87da84ee93974 (patch)
treec1c37c825eb4652d722b492f34fa384ae0121e6f /Misc/NEWS.d
parent4aa1fda7069642c21c1ee570c4ba44442a657e5e (diff)
downloadcpython-3b87151879adb795c3c0372832c87da84ee93974.zip
cpython-3b87151879adb795c3c0372832c87da84ee93974.tar.gz
cpython-3b87151879adb795c3c0372832c87da84ee93974.tar.bz2
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)
https://bugs.python.org/issue35038 (cherry picked from commit 1770d1c5121ed6c64d7072875738f97e07eede8a) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-10-25-17-45-09.bpo-35038.2eVOYS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-25-17-45-09.bpo-35038.2eVOYS.rst b/Misc/NEWS.d/next/Documentation/2018-10-25-17-45-09.bpo-35038.2eVOYS.rst
new file mode 100644
index 0000000..3558cf4
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-10-25-17-45-09.bpo-35038.2eVOYS.rst
@@ -0,0 +1,2 @@
+Fix the documentation about an unexisting `f_restricted` attribute in the
+frame object. Patch by Stéphane Wirtel