Message 56352 - Python tracker
> Patch updated. It now implements the is*() methods for PyBytes. It > moves common code into a shared bytes_ctype.c and .h file so that > stringobject.c and bytesobject.c can share as much as possible. Did you move this into the stringlib subdirectory? That's more for sharing between PyString and PyUnicode, but I think there are more opportunities for sharing still, and PyString/PyBytes sharing makes sense separately.