Skip to content

bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. #10098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

matrixise
Copy link
Member

@matrixise matrixise commented Oct 25, 2018

@JulienPalard
Copy link
Member

Found this:

What's New in Python 2.5 beta 1?
[...]
- Removed 5 integers from C frame objects (PyFrameObject).
  f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.

so LGTM.

@miss-islington miss-islington merged commit 1770d1c into python:master Oct 25, 2018
@miss-islington
Copy link
Contributor

Thanks @matrixise for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-10105 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 25, 2018
…ted'. (pythonGH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
@bedevere-bot
Copy link

GH-10106 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 25, 2018
…ted'. (pythonGH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington added a commit that referenced this pull request Oct 25, 2018
…ted'. (GH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington added a commit that referenced this pull request Oct 25, 2018
…ted'. (GH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants