Message9970

Author gsnedders
Recipients gsnedders, jeff.allen, zyasoft
Date 2015-04-26.01:28:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430011737.99.0.322395043173.issue2340@psf.upfronthosting.co.za>
In-reply-to
Content
Jim, I was imagining storing them (because who doesn't love AST introspection?) but with them poisoned somehow. But looking at the code that'd mean overriding every single method in PyUnicode and that just seems a hellish amount of work.

In case it was unclear, my point about Python 3 compatibility is that lone surrogates have to work everywhere — it may well be the case that being able to convert (Py3) str objects into (Java) String objects is beneficial in many cases, but everything will have to support the case where they can't be converted. (Well, I imagine some of the Jython APIs will require no lone surrogates, but that's rather out of the scope of what the Python code can observe).
History
Date User Action Args
2015-04-26 01:28:57gsnedderssetmessageid: <1430011737.99.0.322395043173.issue2340@psf.upfronthosting.co.za>
2015-04-26 01:28:57gsnedderssetrecipients: + gsnedders, zyasoft, jeff.allen
2015-04-26 01:28:57gsnedderslinkissue2340 messages
2015-04-26 01:28:57gsnedderscreate