[pypy-commit] [Git][pypy/pypy][branch/py3.8-vectorcall] use pypy define for Py_BuildValue

2021-06-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8-vectorcall at PyPy / pypy Commits: fcd4684c by Matti Picus at 2021-06-08T10:08:42+03:00 use pypy define for Py_BuildValue --HG-- branch : py3.8-vectorcall - - - - - 1 changed file: - lib_pypy/_testcapimodule.c View it on Heptapod: https://foss.h

[pypy-commit] [Git][pypy/pypy][branch/py3.8-vectorcall] implement fastcall with dict

2021-06-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-vectorcall at PyPy / pypy Commits: 8db32007 by Carl Friedrich Bolz-Tereick at 2021-06-07T12:25:45+02:00 implement fastcall with dict --HG-- branch : py3.8-vectorcall - - - - - 3 changed files: - lib_pypy/_testcapimodule.c - pypy/mo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix borked merge fc0219bc8748 that brought some deleted files back

2021-06-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 9934b4d4 by Carl Friedrich Bolz-Tereick at 2021-06-08T13:28:23+02:00 fix borked merge fc0219bc8748 that brought some deleted files back --HG-- branch : py3.8 - - - - - 6 changed files: - − lib-python/3/encodi

[pypy-commit] [Git][pypy/pypy][branch/py3.8-vectorcall] 22 commits: don't do the sharing when we are jitting: it potentially introduces extra

2021-06-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-vectorcall at PyPy / pypy Commits: 074d99a3 by Carl Friedrich Bolz-Tereick at 2021-05-30T10:25:31+02:00 don't do the sharing when we are jitting: it potentially introduces extra bridges - - - - - 056d81f8 by Matti Picus at 2021-05-31T0

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/py3.8-vectorcall

2021-06-08 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/py3.8-vectorcall at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 15 commits: (cfbolz, mattip, twitch): start implementing _PyObject_Vectorcall

2021-06-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f88573aa by Carl Friedrich Bolz-Tereick at 2021-06-05T21:21:11+02:00 (cfbolz, mattip, twitch): start implementing _PyObject_Vectorcall --HG-- branch : py3.8-vectorcall - - - - - 3a2c8052 by Carl Friedrich Bolz-Tereick at 2021-0

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix picklebuffer

2021-06-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 7efca6b3 by Carl Friedrich Bolz-Tereick at 2021-06-08T19:42:38+02:00 fix picklebuffer --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/__pypy__/interp_buffer.py View it on Heptapod: https://fo

[pypy-commit] [Git][pypy/pypy][branch/py3.8] add signal.valid_signals

2021-06-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 886cf7cf by Matti Picus at 2021-06-08T23:36:25+03:00 add signal.valid_signals --HG-- branch : py3.8 - - - - - 4 changed files: - pypy/module/signal/interp_signal.py - pypy/module/signal/moduledef.py - pypy/module/signal/test