[pypy-commit] [Git][pypy/pypy][branch/default] Simplify TinyObjSpace.__init__()

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 7fc3d607 by Ronan Lamy at 2022-03-30T19:39:08+01:00 Simplify TinyObjSpace.__init__() - - - - - 1 changed file: - pypy/tool/pytest/objspace.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7fc3d607001c1

[pypy-commit] [Git][pypy/pypy][branch/default] 10 commits: speed up dict.copy by having a strategy-specific implementation of it. also

2022-03-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a9c5 by Carl Friedrich Bolz-Tereick at 2022-01-16T21:22:11+01:00 speed up dict.copy by having a strategy-specific implementation of it. also allows speeding up emptydict.update(...) --HG-- branch : speedup-

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 11 commits: speed up dict.copy by having a strategy-specific implementation of it. also

2022-03-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: a9c5 by Carl Friedrich Bolz-Tereick at 2022-01-16T21:22:11+01:00 speed up dict.copy by having a strategy-specific implementation of it. also allows speeding up emptydict.update(...) --HG-- branch : speedup-di

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 20 commits: Start backporting branch 'py3-interplevel-ast-rewrite' to default

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy Commits: e848fbb7 by Ronan Lamy at 2022-03-29T13:05:32+01:00 Start backporting branch 'py3-interplevel-ast-rewrite' to default --HG-- branch : backport-interplevel-ast-rewrite - - - - - c4ce7bde by Carl Friedrich Bolz-Tereick at 2022-03-

[pypy-commit] [Git][pypy/pypy][branch/default] Backed out changeset b5752865884b

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: b7d1143e by Ronan Lamy at 2022-03-30T16:50:56+01:00 Backed out changeset b5752865884b - - - - - 2 changed files: - pypy/module/_io/test/apptest_bytesio.py - pypy/module/_io/test/test_bufferedio.py View it on Heptapod: htt

[pypy-commit] [Git][pypy/pypy][branch/default] 10 commits: Start backporting branch 'py3-interplevel-ast-rewrite' to default

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: e848fbb7 by Ronan Lamy at 2022-03-29T13:05:32+01:00 Start backporting branch 'py3-interplevel-ast-rewrite' to default --HG-- branch : backport-interplevel-ast-rewrite - - - - - cf21465f by Ronan Lamy at 2022-03-29T18:31:34+01:

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/backport-interplevel-ast-rewrite

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy deleted branch branch/backport-interplevel-ast-rewrite at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pyp

[pypy-commit] [Git][pypy/pypy][branch/backport-interplevel-ast-rewrite] fix issue with test module docstrings

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy / pypy Commits: 649a2dc3 by Ronan Lamy at 2022-03-30T12:54:51+01:00 fix issue with test module docstrings --HG-- branch : backport-interplevel-ast-rewrite - - - - - 1 changed file: - pypy/tool/pytest/astrewriter/a

[pypy-commit] [Git][pypy/pypy][branch/backport-interplevel-ast-rewrite] Add missing file

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy / pypy Commits: 76c10d9f by Ronan Lamy at 2022-03-30T12:38:17+01:00 Add missing file --HG-- branch : backport-interplevel-ast-rewrite - - - - - 1 changed file: - + pypy/tool/pytest/fake_pytest/interp_arutil.py V

[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3715: fix the first two cases of missing "cannot assign to" messages

2022-03-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: c523a1a4 by Carl Friedrich Bolz-Tereick at 2022-03-30T13:35:28+02:00 #3715: fix the first two cases of missing "cannot assign to" messages --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/a

[pypy-commit] [Git][pypy/pypy][branch/backport-interplevel-ast-rewrite] Enable assert rewriting by default for apptest_XXX files

2022-03-30 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/backport-interplevel-ast-rewrite at PyPy / pypy Commits: c2596d5b by Ronan Lamy at 2022-03-30T11:42:53+01:00 Enable assert rewriting by default for apptest_XXX files --HG-- branch : backport-interplevel-ast-rewrite - - - - - 2 changed files: - pypy/conft

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: implement the parentstack as a resizable list:

2022-03-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: e6c76014 by Carl Friedrich Bolz-Tereick at 2022-03-29T15:10:12+02:00 implement the parentstack as a resizable list: - it's a list of chars, not a list of pointers, way more efficient (mixing chars and the empty

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix merge problem, those tests exited in two places, in test_descroperation

2022-03-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 80ded6e7 by Carl Friedrich Bolz-Tereick at 2022-03-30T09:32:04+02:00 fix merge problem, those tests exited in two places, in test_descroperation *and* in apptest_descroperation --HG-- branch : py3.8 - - - - - 5e