This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Delgan
Recipients Delgan, docs@python
Date 2018-10-21.15:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540134122.28.0.788709270274.issue35038@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-10-21 15:02:02Delgansetrecipients: + Delgan, docs@python
2018-10-21 15:02:02Delgansetmessageid: <1540134122.28.0.788709270274.issue35038@psf.upfronthosting.co.za>
2018-10-21 15:02:02Delganlinkissue35038 messages
2018-10-21 15:02:02Delgancreate