bdk <[email protected]> added the comment: yes, the logic of spawn_local_handler seems to imply it should spawn a cpython. it goes to /usr/bin/python if sys.executable is a pypy. but if inside a pypy virtualenv, /usr/bin/env python is another pypy, so this change wouldn't spawn a cpython as intended.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1412> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
