[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, twitch) fix issue #2881: when switching from an unwrapped strategy to

2021-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2463bd47 by Carl Friedrich Bolz-Tereick at 2021-05-29T21:49:47+02:00 (cfbolz, twitch) fix issue #2881: when switching from an unwrapped strategy to the ObjectListStrategy, try to cache at least one wrapped eleme

[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, twitch): do things slightly differently: check if adjacent elements

2021-05-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 0a731bae by Carl Friedrich Bolz-Tereick at 2021-05-29T22:17:06+02:00 (cfbolz, twitch): do things slightly differently: check if adjacent elements have the same value and if yes, share the boxes. this fixes the o