8000 gh-100239: specialize bitwise logical binary ops on ints by iritkatriel · Pull Request #128927 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-100239: specialize bitwise logical binary ops on ints #128927

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 13 commits into from
Jan 29, 2025
Merged
Prev Previous commit
Next Next commit
remove non-negative
  • Loading branch information
iritkatriel authored Jan 18, 2025
commit 6916df41ca6e60e366263471d307a0895c844031
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Specialize ``BINARY_OP`` for bitwise logical operations on non-negative compact ints.
Specialize ``BINARY_OP`` for bitwise logical operations on compact ints.
Loading
0