On Sun, Oct 27, 2019 at 2:37 PM David Mertz <[email protected]> wrote: > What does actual CPython do currently to find that s[1_000_000], assuming > utf-8 internal representation? >
Mu. CPython does not have a UTF-8 internal representation. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/JZF35M3NBU42EH5Y37AAN4BCXQCZ63B2/ Code of Conduct: http://python.org/psf/codeofconduct/
