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 pitrou
Recipients mark.dickinson, pitrou, serhiy.storchaka
Date 2012-07-07.10:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341656094.3394.2.camel@localhost.localdomain>
In-reply-to <1341656066.52.0.300983849681.issue15144@psf.upfronthosting.co.za>
Content
> N.B. This could probably be fixed without affecting performance by
> using the usual union trick.

How would it work? We would have to add various unions to the
PyUnicode_Object definition?
History
Date User Action Args
2012-07-07 10:16:11pitrousetrecipients: + pitrou, mark.dickinson, serhiy.storchaka
2012-07-07 10:16:10pitroulinkissue15144 messages
2012-07-07 10:16:10pitroucreate