[pypy-commit] [Git][pypy/pypy][branch/default] all these optimize_* functions that just call "emit" are pointless, because the

2022-07-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 600cb49d by Carl Friedrich Bolz-Tereick at 2022-07-06T11:17:33+02:00 all these optimize_* functions that just call "emit" are pointless, because the default behaviour is to just call emit - - - - - 1 changed

[pypy-commit] [Git][pypy/pypy][branch/default] add more natural arities

2022-07-06 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: 4859d00f by fijal at 2022-07-06T12:25:39+02:00 add more natural arities - - - - - 2 changed files: - pypy/module/fcntl/interp_fcntl.py - rpython/rlib/rposix.py View it on Heptapod: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/default] do more name mangling for cpytext so untranslated tests on a pypy2 host run

2022-07-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: eedd062b by Matti Picus at 2022-07-06T17:51:10+03:00 do more name mangling for cpytext so untranslated tests on a pypy2 host run - - - - - 5 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/src/intobject.c -

[pypy-commit] [Git][pypy/pypy][branch/default] back out e64d144190c4, test no longer hangs

2022-07-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d5e73b32 by Matti Picus at 2022-07-06T18:07:33+03:00 back out e64d144190c4, test no longer hangs - - - - - 1 changed file: - pypy/module/signal/test/test_signal.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: micro-optimize .next() to not allocate quite so many intermediate lists, it

2022-07-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 5e8d5052 by Carl Friedrich Bolz-Tereick at 2022-07-06T21:10:15+02:00 micro-optimize .next() to not allocate quite so many intermediate lists, it appears relatively high in the profile of optimizeopt - - - - - c

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: mangle another name in cpyext

2022-07-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ab9cd9e7 by Matti Picus at 2022-07-07T08:02:25+03:00 mangle another name in cpyext - - - - - 6cd20a20 by Matti Picus at 2022-07-07T09:10:08+03:00 patch openssl 1.1.1q for issue openssl/openssl/#18720 - - - - - 2 changed fil