Skip to content

Fix INTERNALERROR when accessing locals / globals with faulty exec #7745

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
Sep 12, 2020
Merged

Fix INTERNALERROR when accessing locals / globals with faulty exec #7745

merged 1 commit into from
Sep 12, 2020

Conversation

asottile
Copy link
Member

Resolves #7742

@asottile asottile added the needs backport applied to PRs, indicates that it should be ported to the current bug-fix branch label Sep 11, 2020
Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks @asottile! Please take a look at my comments. 👍

@nicoddemus nicoddemus merged commit 634cde9 into pytest-dev:master Sep 12, 2020
nicoddemus added a commit to nicoddemus/pytest that referenced this pull request Sep 12, 2020
…oblem

Fix INTERNALERROR when accessing locals / globals with faulty `exec`
@nicoddemus
Copy link
Member

Backport: #7746

nicoddemus added a commit that referenced this pull request Sep 12, 2020
[6.0] Merge pull request #7745 from asottile/exec_globals_type_problem
@nicoddemus nicoddemus added backported and removed needs backport applied to PRs, indicates that it should be ported to the current bug-fix branch labels Sep 12, 2020
@asottile asottile deleted the exec_globals_type_problem branch September 12, 2020 15:29
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.

Bad exec call in test breaks pytest
3 participants