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 barry, christian.heimes, kristjan.jonsson, pitrou, ronaldoussoren, serhiy.storchaka, vstinner
Date 2013-10-11.13:23:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <681666985.69194707.1381497804258.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1381497054.83.0.689078566159.issue19219@psf.upfronthosting.co.za>
Content
> Sorry for sarcasm.

Well, indeed, the sarcasm is undeserved here, if the interpreter cannot
crash because of the change.

> > It's exactly what you suggest: reuse PyUnicode_AsUTF8String().
> 
> Actually _PyUnicode_UTF8(). PyUnicode_AsUTF8String() creates UTF8
> cache if it is not exists and this can be not desired. We could use
> this optimization in many other places, in particular in
> PyUnicode_AsUTF8String() itself.

I don't understand how _PyUnicode_UTF8() can be used for *unmarshalling*.
History
Date User Action Args
2013-10-11 13:23:51pitrousetrecipients: + pitrou, barry, ronaldoussoren, kristjan.jonsson, vstinner, christian.heimes, serhiy.storchaka
2013-10-11 13:23:51pitroulinkissue19219 messages
2013-10-11 13:23:51pitroucreate