2012/1/23 Maciej Fijalkowski <[email protected]> > 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 <[email protected]> > wrote: > > Author: Amaury Forgeot d'Arc <[email protected]> > > 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
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
