Amaury Forgeot d Arc <[email protected]> added the comment:

sys is a builtin-module, so the path is computed at translation time.
In my case I see some buildbot working directory.
Maybe we should try to not leak this information and hack something like
sys.__file__ = "pypy/module/sys"

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1259>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to