This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients benjamin.peterson, eryksun, ezio.melotti, larry, lemburg, pitrou, random832, serhiy.storchaka, steven.daprano, terry.reedy, vstinner, Árpád Kósa
Date 2015-11-23.20:19:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448309965.79.0.286416895555.issue25709@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, when does sharing UTF-8 data occur in a compact object? It has to be ASCII since non-ASCII UTF-8 isn't sharable, but PyASCIIObject doesn't have the utf8 field. So it has to be a PyCompactUnicodeObject. But isn't ASCII always allocated as a PyASCIIObject? I need a bit of help getting from point A to point B. Thanks.
History
Date User Action Args
2015-11-23 20:19:25eryksunsetrecipients: + eryksun, lemburg, terry.reedy, pitrou, vstinner, larry, benjamin.peterson, ezio.melotti, steven.daprano, serhiy.storchaka, random832, Árpád Kósa
2015-11-23 20:19:25eryksunsetmessageid: <1448309965.79.0.286416895555.issue25709@psf.upfronthosting.co.za>
2015-11-23 20:19:25eryksunlinkissue25709 messages
2015-11-23 20:19:25eryksuncreate