[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: Change parameter type of PyModule_New to const char*, and use...

Matti Picus foss at heptapod.net
Sun Jan 31 15:44:37 EST 2021



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


Commits:
751cd1d4 by Yannick Jadoul at 2020-10-18T22:43:18+02:00
Change parameter type of PyModule_New to const char*, and use build_type_checkers to define PyModule_Check and PyModule_CheckExact

--HG--
branch : pymodule_new-const-charp

- - - - -
2bd1b081 by Yannick Jadoul at 2021-01-26T17:02:17+01:00
Revert changes to PyFoo_Check and PyFoo_CheckExact signatures

--HG--
branch : pymodule_new-const-charp

- - - - -
35f42102 by Matti Picus at 2021-01-27T09:23:07+02:00
merge default into branch

--HG--
branch : pymodule_new-const-charp

- - - - -
98e4e04a by Matti Picus at 2021-01-27T09:24:50+02:00
document and close branch to be merged

--HG--
branch : pymodule_new-const-charp

- - - - -
86b7131f by Matti Picus at 2021-01-27T09:25:58+02:00
merge branch to improve PyModule*

- - - - -
ae65cac0 by Carl Friedrich Bolz-Tereick at 2021-01-31T20:49:09+01:00
optimize chains of longlong2float(float2longlong(x)) and vice versa

- - - - -
7ebd0f28 by Matti Picus at 2021-01-31T22:44:02+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


6 changed files:

- pypy/doc/whatsnew-head.rst
- pypy/module/cpyext/modsupport.py
- pypy/module/cpyext/stubs.py
- pypy/module/cpyext/test/test_cpyext.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/df6398a93118cb93f2510fc9bab3032f0f01b7dd...7ebd0f28dbbf82d808a896d03ad97142a949f1cb

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/df6398a93118cb93f2510fc9bab3032f0f01b7dd...7ebd0f28dbbf82d808a896d03ad97142a949f1cb
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/20210131/ed4af450/attachment.html>


More information about the pypy-commit mailing list