Stefano Rivera <[email protected]> added the comment: > Would it be good enough if pypy complained clearly when we start it on a non-SSE2 machine?
I seem to remember you doing something to do that, a couple of years ago. hg log turns up e2ced9ddf804. I seem to remember it working, but it doesn't any more. Anyway, my problem is that the PyPy package uses PyPy to byte-compile on installation, and clean up byte-compiled files on uninstallation. So, displaying an error doesn't really help anything. I've worked around that by making pypy fail to install on i386 Debian, and not fail to uninstall. http://anonscm.debian.org/gitweb/?p=collab-maint/pypy.git;a=commitdiff;h=39248e94efd1b95cd2f6421086ad79e0c72dd885 ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1751> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
