[pypy-commit] [Git][pypy/pypy][branch/default] #3802: unbreak string formatting with mixed bytes/unicode

2022-09-01 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: e55c6cae by Carl Friedrich Bolz-Tereick at 2022-09-01T09:06:45+02:00 #3802: unbreak string formatting with mixed bytes/unicode (before it was possible to produce a unicode object with bytes that aren't valid ut

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: #3781: be more systematic about conditional unrolling in list, dict, tuple

2022-09-01 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 2a61de3a by Carl Friedrich Bolz-Tereick at 2022-08-19T10:53:59+02:00 #3781: be more systematic about conditional unrolling in list, dict, tuple code. in particularly, don't do isvirtual(w_list) any more, because t