[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: issue #3676: make sure that frozensets cannot be mutated by using methods from

2022-02-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ee3da617 by Carl Friedrich Bolz-Tereick at 2022-02-14T09:58:00+01:00 issue #3676: make sure that frozensets cannot be mutated by using methods from set it's enough to change interp2app, because the unwrapper th

[pypy-commit] [Git][pypy/pypy][branch/default] when the JIT is off, don't do any works in the counters and just return early

2022-02-14 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: bfaf1f4c by Carl Friedrich Bolz-Tereick at 2022-02-14T18:03:02+01:00 when the JIT is off, don't do any works in the counters and just return early - - - - - 2 changed files: - rpython/jit/metainterp/test/te

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: issue #3676: make sure that frozensets cannot be mutated by using methods from

2022-02-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ee3da617 by Carl Friedrich Bolz-Tereick at 2022-02-14T09:58:00+01:00 issue #3676: make sure that frozensets cannot be mutated by using methods from set it's enough to change interp2app, because the unwrapper that it builds will