[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: all the PRs have been merged, we can close this issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread miss-islington
miss-islington added the comment: New changeset 3b87151879adb795c3c0372832c87da84ee93974 by Miss Islington (bot) in branch '3.6': bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) https://github.com/python/cpython/commit/3b87151879adb795c3c0372832c87da84ee

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread miss-islington
miss-islington added the comment: New changeset c64c4056c1fce0a18e5810fc6352712612a64010 by Miss Islington (bot) in branch '3.7': bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) https://github.com/python/cpython/commit/c64c4056c1fce0a18e5810fc6352712612a

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +9436 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +9435 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread miss-islington
miss-islington added the comment: New changeset 1770d1c5121ed6c64d7072875738f97e07eede8a by Miss Islington (bot) (Stéphane Wirtel) in branch 'master': bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) https://github.com/python/cpython/commit/1770d1c5121ed6c

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have proposed a PR. -- keywords: -patch nosy: +matrixise stage: patch review -> needs patch ___ Python tracker ___ ___

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-25 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +9431 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: -> needs patch versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It is an issue with the documentation. -- keywords: +easy nosy: +serhiy.storchaka ___ Python tracker ___ __

[issue35038] AttributeError: 'frame' object has no attribute 'f_restricted'

2018-10-21 Thread Adrien
New submission from Adrien : 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