You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mypyc] Clean up unused int op definitions (python#9276)
This PR cleans up unused int op definitions including unsafe_short_add and
int_compare_op.
unsafe_short_add's usages have been replaced with low-level integer op in
python#9108 and int_compare_op has no usages since all comparison operators are
now built in irbuild.
0 commit comments