-
Guido van Rossum authored
exception) and change bytes.find() to use _getbuffer(), so b"".find("") will raise TypeError instead of SystemError.
06b8b027
exception) and change bytes.find() to use _getbuffer(), so b"".find("") will raise TypeError instead of SystemError.