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
The is_ascii parameter to pystring_fast_new is used to skip encoding utf8 properly and could lead to nasty data corruption if the string actually is not ascii. This should almost certainly be unsafe fn given users have to uphold the invariant.
The text was updated successfully, but these errors were encountered:
The
is_ascii
parameter topystring_fast_new
is used to skip encoding utf8 properly and could lead to nasty data corruption if the string actually is not ascii. This should almost certainly beunsafe fn
given users have to uphold the invariant.The text was updated successfully, but these errors were encountered: