[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/chrisburr/setuptools-fix

2022-03-13 Thread Chris Burr (@chrisburr)
Chris Burr pushed new branch branch/chrisburr/setuptools-fix at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/chrisburr/setuptools-fix You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/py3.9] start supporting jump kw arg for stack effects

2022-03-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 68b4c8eb by Carl Friedrich Bolz-Tereick at 2022-03-08T22:07:40+01:00 start supporting jump kw arg for stack effects --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/interpreter/astcompiler/assemble.py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: Use shutil.which instead of distutils.spawn.find_executable

2022-03-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 2d6e263a by Chris Burr at 2022-03-13T12:50:07+01:00 Use shutil.which instead of distutils.spawn.find_executable Importing distutils in _sysconfigdata causes _distutils_hack in setuptool to partially fail. See pypy/pypy#3703 and

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: remove unused _libffi_msvc

2022-03-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 25bef019 by Matti Picus at 2022-03-13T13:20:21+02:00 remove unused _libffi_msvc --HG-- branch : py3.8 - - - - - c9eaec81 by Chris Burr at 2022-03-13T12:50:07+01:00 Use shutil.which instead of distutils.spawn.find_executable Im

[pypy-commit] [Git][pypy/pypy][branch/py3.7] remove unused _libffi_msvc

2022-03-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ee0371d7 by Matti Picus at 2022-03-13T13:19:50+02:00 remove unused _libffi_msvc --HG-- branch : py3.7 - - - - - 11 changed files: - − rpython/translator/c/src/_libffi_msvc/README.pypy - − rpython/translator/c/src/_libffi_msv

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: skip cffi embedded tests on python2 since on windows + virtualenv they fail

2022-03-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: e5dafe2a by Matti Picus at 2022-03-13T01:36:11+02:00 skip cffi embedded tests on python2 since on windows + virtualenv they fail site.py does not read the pyvenv.cfg file - - - - - 835418ea by Matti Picus at 2022-03-13T01:37:00