Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
998666e2 by Carl Friedrich Bolz-Tereick at 2022-11-09T10:38:31+01:00
constant-fold ovf operations in rpython

- - - - -
d7b59ef5 by Carl Friedrich Bolz-Tereick at 2022-11-10T21:14:17+01:00
#3840: implement the .description attribute of cursors more carefully

- - - - -
3d658e61 by Matti Picus at 2022-11-12T23:47:12+02:00
skip test_callback_exception on PyPy - the exception does not have a traceback

--HG--
branch : py3.8

- - - - -
c9ba3868 by Matti Picus at 2022-11-12T23:52:25+02:00
skip corner case test that is too hard for PyPy to get right

- - - - -
b6c30e53 by Matti Picus at 2022-11-13T00:04:53+02:00
sync files

- - - - -
e1a1057b by Matti Picus at 2022-11-13T00:15:35+02:00
set is_musl to always False

- - - - -
50a71404 by Matti Picus at 2022-11-13T00:25:11+02:00
skip _cffi_beckend ztranslation, requires too much emulation

- - - - -
5501a791 by Matti Picus at 2022-11-13T00:27:21+02:00
merge default

--HG--
branch : py3.8

- - - - -
aaa3ef9f by Carl Friedrich Bolz-Tereick at 2022-11-14T11:14:30+01:00
fix 3.8 _sqlite differences

--HG--
branch : py3.8

- - - - -
1fc79049 by Wenzel Jakob at 2022-11-14T10:06:04+02:00
add tests for issues 3849, 3850, 3851 from nanobind

--HG--
branch : py3.8

- - - - -
4d05f220 by Matti Picus at 2022-11-14T13:49:22+02:00
skip python3.9 test, make tests pass on CPython3.8

--HG--
branch : py3.8

- - - - -
b4ff00be by Matti Picus at 2022-11-14T14:24:08+02:00
fix implementation module names

--HG--
branch : py3.8

- - - - -
b6a831e0 by Matti Picus at 2022-11-14T18:22:03+02:00
skip tp_traverse for not on PyPy, it is "advanced"

--HG--
branch : py3.8

- - - - -
2b3d0bda by Matti Picus at 2022-11-14T20:39:06+02:00
assign tp_getset to app-level type in PyType_FromSpecWithBases (issue 3851)

--HG--
branch : py3.8

- - - - -
4dd5de68 by Matti Picus at 2022-11-14T22:14:17+02:00
fix graminit.h generation

--HG--
branch : py3.8

- - - - -
c08b3789 by Matti Picus at 2022-11-14T22:26:11+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -
23346fb9 by Matti Picus at 2022-11-14T23:18:13+02:00
add PyObject_VectorcallMethod, with untested kwarg, unbound method code paths 
(issue 3850)

--HG--
branch : py3.9

- - - - -


13 changed files:

- extra_tests/test_sqlite3.py
- lib_pypy/_sqlite3.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/_cffi_backend/test/conftest.py
- pypy/module/_cffi_backend/test/test_c.py
- pypy/module/_cffi_backend/test/test_ztranslation.py
- pypy/module/cpyext/api.py
- pypy/module/cpyext/methodobject.py
- + pypy/module/cpyext/test/nanobind2.c
- pypy/module/cpyext/test/test_typeobject.py
- pypy/module/cpyext/typeobject.py
- rpython/translator/backendopt/constfold.py
- rpython/translator/backendopt/test/test_constfold.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/93224d83b2b356d6c48864d8420b7171b2465cfb...23346fb9ceaf59c842d2e33614757034005875ec

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/93224d83b2b356d6c48864d8420b7171b2465cfb...23346fb9ceaf59c842d2e33614757034005875ec
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to