On Mon, Jun 13, 2016, at 19:12, Gregory Ewing wrote: > They could maybe be made a bit cheaper still by arranging > some way for a bytes object and an ascii-only str object > to share underlying storage.
While we're at it, why not allow bytes to share storage with FSR latin-1 strings and the cached UTF-8 versions of strings? -- https://mail.python.org/mailman/listinfo/python-list