[pypy-dev] [pypy-commit] pypy merge-2.7.2: Implement CPython issue5057: do not const-fold a unicode.__getitem__

Amaury Forgeot d'Arc amauryfa at gmail.com
Mon Jan 23 16:18:48 CET 2012


2012/1/23 Maciej Fijalkowski <fijall at gmail.com>

> Why not? We have only wide build, don't we?
>

Our unicode is based on wchar_t, which is still 2 bytes on Windows...


> On Sun, Jan 22, 2012 at 9:57 PM, amauryfa <noreply at buildbot.pypy.org>
> wrote:
> > Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
> > Branch: merge-2.7.2
> > Changeset: r51662:693b08144e00
> > Date: 2012-01-22 20:24 +0100
> > http://bitbucket.org/pypy/pypy/changeset/693b08144e00/
> >
> > Log:    Implement CPython issue5057: do not const-fold a
> unicode.__getitem__
> >        operation which returns a non-BMP character, this produces .pyc
> >        files which depends on the unicode width
>



-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120123/f31c8f47/attachment.html>


More information about the pypy-dev mailing list