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
set() -> set_bit()
clear() -> clear_bit()
is_set() -> is_bit_set()
is_clear() -> is_bit_clear()
Also adds these names to the list of reserved keywords along with bit and bits
so that they are suffixed with an underscore if used as a variant name.
0 commit comments