Philip Jenvey <[email protected]> added the comment: site.py goes through sys.modules at startup and abspath's all their __file__s, it seems to be the cause (try it w/ -S). I agree these builtin modules shouldn't have a __file__, it's bound to break something
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1259> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
