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
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
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