[pypy-commit] [Git][pypy/pypy][branch/py3.8] add memory pressure when creating a tkinter image (issue 3798)

2022-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 91dde3fc by Matti Picus at 2022-09-05T07:23:53-05:00 add memory pressure when creating a tkinter image (issue 3798) --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/tkinter/__init__.py View it on Heptapod: h

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

2022-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 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 the list can be v

[pypy-commit] [Git][pypy/pypy][branch/default] build cffi extensions without embedding in translation (issue 3737)

2022-09-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6b91ab19 by Matti Picus at 2022-09-05T15:29:43-05:00 build cffi extensions without embedding in translation (issue 3737) but rebuild them with embedding when packaging - - - - - 2 changed files: - pypy/goal/targetpypystand