On Wed, Oct 12, 2016 at 3:34 PM, Alexander Belopolsky <[email protected]> wrote: > > On Wed, Oct 12, 2016 at 6:14 PM, Elliot Gorokhovsky > <[email protected]> wrote: >> >> so then Latin1 strings are memcmp-able, and others are not. > > > No. Strings of the same kind are "memcmp-able" regardless of their kind.
I don't think this is true on little-endian systems. -n -- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
