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
We guarantee that c_uchar and c_schar are always equal to u8 and i8 and we don't aim to support any platforms where this isn't the case, ever. So we could deprecate these and just recommend users to use u8 and i8 instead.
The text was updated successfully, but these errors were encountered:
We guarantee that
c_uchar
andc_schar
are always equal tou8
andi8
and we don't aim to support any platforms where this isn't the case, ever. So we could deprecate these and just recommend users to useu8
andi8
instead.The text was updated successfully, but these errors were encountered: