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


Commits:
b96de769 by Carl Friedrich Bolz-Tereick at 2023-08-10T19:22:08+02:00
implement rbigint.isqrt following Mark Dickinson in cpython's mathmodule.c

- - - - -
884f8c84 by Carl Friedrich Bolz-Tereick at 2023-08-21T19:16:13+02:00
Backed out changeset ee244dd71519

it seems to violate some invariants in unroll.py

- - - - -
85bc3030 by Carl Friedrich Bolz-Tereick at 2023-08-21T19:17:23+02:00
Backed out changeset f26fb5f97174

- - - - -
9e6cd49e by Matti Picus at 2023-08-22T14:00:24+03:00
cleanups, set PyType_Type.tp_itemsize to sizeof(PyMemberDef) like on CPython

--HG--
branch : py3.9

- - - - -
da517fa2 by Matti Picus at 2023-08-22T14:01:30+03:00
test, fix PyType_FromSpecWithBases to correctly use Py_tp_doc, Py_tp_members in 
spec

--HG--
branch : py3.9

- - - - -
fca23e06 by Matti Picus at 2023-08-22T14:02:19+03:00
merge default

--HG--
branch : py3.9

- - - - -


12 changed files:

- pypy/module/cpyext/parse/cpyext_descrobject.h
- pypy/module/cpyext/parse/cpyext_object.h
- pypy/module/cpyext/pyobject.py
- pypy/module/cpyext/src/object.c
- + pypy/module/cpyext/test/test_func.c
- pypy/module/cpyext/test/test_methodobject.py
- pypy/module/cpyext/typeobject.py
- rpython/jit/metainterp/optimizeopt/intbounds.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizeintbound.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
- rpython/rlib/rbigint.py
- rpython/rlib/test/test_rbigint.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/169d39c7f206edd16b696c9980a28fbf46f9cfd5...fca23e06e953c618107f1847132c15f9454f8a6b

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/169d39c7f206edd16b696c9980a28fbf46f9cfd5...fca23e06e953c618107f1847132c15f9454f8a6b
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