Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
d31c98d4 by Matti Picus at 2020-12-10T08:20:37+02:00
fix test for pkg_resources monkeypatching after translation
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/module/_warnings/test/apptest_warnings.py
View it on G
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy
Commits:
a78307bf by Simon Cross at 2020-12-10T11:44:39+02:00
Fix HPyLong_AsUnsignedLongLong and HPyLong_AsSsize_t to ignore __int__ and
__index__ methods.
--HG--
branch : hpy-update-to-2829a0d
- - - - -
ee6fe2ff by Sim
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
c74ca1c4 by Carl Friedrich Bolz-Tereick at 2020-12-10T10:40:12+01:00
fix merge error of f967662a9096
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/interpreter/pyopcode.py
View it on GitLab:
https:
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy
Commits:
738880b7 by Simon Cross at 2020-12-10T13:44:05+02:00
Update vendored hpy to 7a0cb53.
--HG--
branch : hpy-update-to-2829a0d
- - - - -
2 changed files:
- pypy/module/_hpy_universal/_vendored/hpy/devel/include/c
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy
Commits:
b856262d by Simon Cross at 2020-12-10T18:50:48+02:00
Update vendored hpy to 6e38f80.
--HG--
branch : hpy-update-to-2829a0d
- - - - -
616db8d0 by Simon Cross at 2020-12-10T18:51:36+02:00
Look for filename as .hpy
Simon Cross pushed to branch branch/hpy at PyPy / pypy
Commits:
97a84cd2 by Simon Cross at 2020-12-08T17:23:06+02:00
Update vendored hpy to 2829a0d.
--HG--
branch : hpy-update-to-2829a0d
- - - - -
e6d13817 by Simon Cross at 2020-12-08T17:24:15+02:00
Fix locating of compiled .so file.
--HG--