[pypy-commit] [Git][pypy/pypy][branch/py3.8-vectorcall] 5 commits: add PyObject_Calloc

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Sun Jun 6 16:12:28 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-vectorcall at PyPy / pypy


Commits:
b78bbf8b by Carl Friedrich Bolz-Tereick at 2021-06-06T20:12:17+02:00
add PyObject_Calloc

--HG--
branch : py3.8-vectorcall

- - - - -
adea801d by Carl Friedrich Bolz-Tereick at 2021-06-06T22:07:43+02:00
implement _PyObject_CallNoArg

--HG--
branch : py3.8-vectorcall

- - - - -
935f9b72 by Carl Friedrich Bolz-Tereick at 2021-06-06T22:11:22+02:00
implement _PyObject_FastCall

--HG--
branch : py3.8-vectorcall

- - - - -
5d4769b3 by Carl Friedrich Bolz-Tereick at 2021-06-06T22:11:50+02:00
it was actually wrong to remove tp_print (it's still initialized sometimes)

--HG--
branch : py3.8-vectorcall

- - - - -
1f577991 by Carl Friedrich Bolz-Tereick at 2021-06-06T22:12:16+02:00
ifndef-out enough unsupported code that testcapimodule compiles

--HG--
branch : py3.8-vectorcall

- - - - -


7 changed files:

- lib_pypy/_testcapimodule.c
- pypy/module/cpyext/eval.py
- pypy/module/cpyext/methodobject.py
- pypy/module/cpyext/object.py
- pypy/module/cpyext/parse/cpyext_object.h
- pypy/module/cpyext/test/test_object.py
- pypy/module/cpyext/test/test_typeobject.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1a500def6be4e62d50572c98082f208b6f56b74a...1f57799179d32ced58715fc59b279142366855ba

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/1a500def6be4e62d50572c98082f208b6f56b74a...1f57799179d32ced58715fc59b279142366855ba
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210606/5bacdc28/attachment.html>


More information about the pypy-commit mailing list