-
- Downloads
py: Allow bytes object as argument to some str methods.
This turns failing assertions to type exceptions for things like b"123".find(...). We still don't support operations like this on bytes objects (unlike CPython), but at least it no longer crashes.
Please register or sign in to comment