8000 GH-131729: Code-gen better liveness analysis by markshannon · Pull Request #131732 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-131729: Code-gen better liveness analysis #131732

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
Prev Previous commit
Update test output to reflect fix
  • Loading branch information
markshannon committed Mar 26, 2025
commit 9238a67f2b408dbf36e6bda8907a06f37c5b66f0
2 changes: 1 addition & 1 deletion Lib/test/test_generated_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ def test_unused_used_used(self):
}
// THIRD
{
y = stack_pointer[-1];
y = x;
USE(y);
}
DISPATCH();
Expand Down
Loading
0