[pypy-commit] [Git][pypy/pypy][branch/py3.8] comment out warning until cython 0.29.31 to avoid pytest failures

2022-05-29 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 8c7f64b2 by Matti Picus at 2022-05-30T07:55:40+03:00 comment out warning until cython 0.29.31 to avoid pytest failures --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/importlib/_bootstrap.py View it on Hepta

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 92 commits: Start a branch to port stuff to m1 platform

2022-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 1af3dfab by Maciej Fijalkowski at 2021-11-30T18:53:16+02:00 Start a branch to port stuff to m1 platform --HG-- branch : m1 - - - - - 1ccf7b65 by Maciej Fijalkowski at 2021-11-30T20:03:40+02:00 fix c99 --HG-- br

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: change the way that space.lookup(w_obj, "") calls are cached:

2022-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 23472c0a by Carl Friedrich Bolz-Tereick at 2022-05-28T22:40:27+02:00 change the way that space.lookup(w_obj, "") calls are cached: don't do it on the w_type, but on the rpython class --HG-- branch

[pypy-commit] [Git][pypy/pypy][branch/default] clean up this somewhat weird piece of machinery that was producing lots of...

2022-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 55fc5e6e by Carl Friedrich Bolz-Tereick at 2022-05-29T21:20:07+02:00 clean up this somewhat weird piece of machinery that was producing lots of tiny functions returning constants - - - - - 1 changed file: -

[pypy-commit] [Git][pypy/pypy][branch/default] 7 commits: change the way that space.lookup(w_obj, "") calls are cached:

2022-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 23472c0a by Carl Friedrich Bolz-Tereick at 2022-05-28T22:40:27+02:00 change the way that space.lookup(w_obj, "") calls are cached: don't do it on the w_type, but on the rpython class --HG-- branc

[pypy-commit] [Git][pypy/pypy][branch/space-lookup-cleanups] micro-opt

2022-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/space-lookup-cleanups at PyPy / pypy Commits: 8ee22966 by Carl Friedrich Bolz-Tereick at 2022-05-29T17:25:43+02:00 micro-opt --HG-- branch : space-lookup-cleanups - - - - - 1 changed file: - pypy/objspace/descroperation.py View it on H

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/space-lookup-cleanups

2022-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/space-lookup-cleanups at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/space-lookup-cleanups You're receiving this email because of your account on foss.heptapod.net. ___