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
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
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
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
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
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
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
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