Skip to content
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

avoid calling .f_locals on the current frame #12445

Merged
merged 1 commit into from
Jul 16, 2020
Merged

Conversation

impact27
Copy link
Contributor

Calling .f_locals on the current frame has the side effect of resetting self.curframe_locals.

Calling `.f_locals` on the current frame has the side effect of resetting `self.curframe_locals`.
@Carreau Carreau added this to the 7.17 milestone Jul 16, 2020
@Carreau Carreau merged commit 3aba68d into ipython:master Jul 16, 2020
meeseeksmachine pushed a commit to meeseeksmachine/ipython that referenced this pull request Jul 16, 2020
Carreau added a commit that referenced this pull request Jul 17, 2020
…445-on-7.x

Backport PR #12445 on branch 7.x (avoid calling .f_locals on the current frame)
impact27 added a commit to impact27/ipython that referenced this pull request Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants