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
Ah, shoot, this is because bytes objects in py3 turn into streams of integers when iterated on. But they stay bytes when sliced. I might need to put some special handling in here just for bytes to match expectations (and py2 behavior). Thanks for the heads up!
The text was updated successfully, but these errors were encountered: