[New-bugs-announce] [issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

Adrien report at bugs.python.org
Sun Oct 21 11:02:02 EDT 2018


New submission from Adrien <delgan.py at gmail.com>:

In the documentation (https://docs.python.org/3/library/inspect.html#types-and-members), the attribute `f_restricted` is listed as a member of `frame` objects. However, while trying to access it or even when calling `help()`, the object does not seem to have such attribute.

Is it a issue with the documentation that has not been updated?

I'm using Python 3.6.3 on Linux.

----------
assignee: docs at python
components: Documentation
messages: 328217
nosy: Delgan, docs at python
priority: normal
severity: normal
status: open
title: AttributeError: 'frame' object has no attribute 'f_restricted'
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35038>
_______________________________________


More information about the New-bugs-announce mailing list