[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix sys._base_executable for windows in a venv. It should point to...

2022-02-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: fdb26286 by Matti Picus at 2022-02-25T08:50:23-05:00 fix sys._base_executable for windows in a venv. It should point to sys.base_prefix / pypy.exe (issue 3323) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpre

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix sys._base_executable for windows in a venv. It should point to...

2022-02-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: fdb26286 by Matti Picus at 2022-02-25T08:50:23-05:00 fix sys._base_executable for windows in a venv. It should point to sys.base_prefix / pypy.exe (issue 3323) --HG-- branch : py3.8 - - - - - 5ad2bec2 by Matti Picus at 2022-02

[pypy-commit] [Git][pypy/pypy][branch/py3.7] backport and fix sys._base_executable on windows (issue 3323)

2022-02-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 536fe5d6 by Matti Picus at 2022-02-25T08:46:33-05:00 backport and fix sys._base_executable on windows (issue 3323) --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/interpreter/app_main.py View it on Heptapod: https: