[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: test, implement PyModule_NewObject

Matti Picus (@mattip) foss at heptapod.net
Thu Dec 23 18:05:43 EST 2021



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


Commits:
7a167978 by Matti Picus at 2021-12-23T13:30:54+02:00
test, implement PyModule_NewObject

--HG--
branch : py3.7

- - - - -
1b878855 by Matti Picus at 2021-12-20T09:20:02+02:00
fix test for misinterpreted OpenSSL version scheme (bpo-46114)

--HG--
branch : py3.7

- - - - -
00a9c32d by Matti Picus at 2021-12-23T16:45:27+02:00
test, fix overflow error message to be more helpful than "int too large for int"

--HG--
branch : py3.7

- - - - -
2ebfbae9 by Matti Picus at 2021-12-23T21:26:43+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
d9d3cbec by Matti Picus at 2021-12-24T01:04:39+02:00
refactor to expose PyModule_ExecDef (tested in cython module_api)

--HG--
branch : py3.7

- - - - -
f5242045 by Matti Picus at 2021-12-24T01:05:26+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -


6 changed files:

- pypy/module/cpyext/api.py
- pypy/module/cpyext/longobject.py
- pypy/module/cpyext/modsupport.py
- pypy/module/cpyext/pyobject.py
- pypy/module/cpyext/test/test_longobject.py
- pypy/module/cpyext/test/test_module.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dcc8cea56b12b6d8a461409b6377a40ea1437327...f524204594e5706d5f00ab95dd09bb3ca6ebe6d1

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/dcc8cea56b12b6d8a461409b6377a40ea1437327...f524204594e5706d5f00ab95dd09bb3ca6ebe6d1
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/20211223/902ca454/attachment-0001.html>


More information about the pypy-commit mailing list