def _seq(s): """Converts bytes to a sequence of integer code points.""" return tuple(six.iterbytes(s))