[pypy-dev] Working version of pypy3 that support Python 3.3

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Oct 7 23:25:16 CEST 2015


2015-10-07 13:26 GMT+02:00 Armin Rigo <arigo at tunes.org>:

> Hi Ofir,
>
> On Wed, Oct 7, 2015 at 10:51 AM, Ofir Shwartz <ofirshw at gmail.com> wrote:
> > Is there any update on that matter?
> > I tried it now and got the same results for the most updated jit and
> no-jit
> > pypy3.3.
>
> I looked into it a bit more.  (I think it's sad that no-one had a look
> since June, but I suppose it just shows that our pypy3 involvement is
> rather thin.)  The problem is not that the archive is incomplete; it
> is complete as far as I can see.  The problem is that the binary only
> works if it runs inside a directory with exactly the same name as it
> was compiled with.
>
> The crash I get is in _getfilesystemencoding, called from
> pypy/module/sys/__init__py:startup().  It is indeed extremely early,
> before we have got any chance to set up sys.path correctly.  I tried
> to fix the problem but gave up after hitting several nested issues.
> The failing check is pushed in 88a921f5ae6b; somebody please fix it
> :-)
>

Maybe move setup_bootstrap_path() from app_main.py to
module/sys/__init__.py?


> A bientôt,
>
> Armin.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>



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


More information about the pypy-dev mailing list