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

Handle global writes in the Python ModRef analysis #101

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

khatchad
Copy link
Collaborator

Previously, the Python ModRef analysis did not consider writes to global variables that used the global keyword as a heap modification.

@khatchad khatchad added the bug Something isn't working label Oct 30, 2023
@khatchad khatchad requested a review from msridhar October 30, 2023 16:35
@khatchad khatchad merged commit 3c81c94 into master Oct 30, 2023
1 check passed
@khatchad khatchad deleted the modref_globals_contrib branch October 30, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants