[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test for pkg_resources monkeypatching after translation
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 GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d31c98d47cb8a6d32397529e8aaec1555eac53a6 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d31c98d47cb8a6d32397529e8aaec1555eac53a6 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] 2 commits: Fix HPyLong_AsUnsignedLongLong and HPyLong_AsSsize_t to ignore __int__ and __index__ methods.
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 Simon Cross at 2020-12-10T11:45:49+02:00 Update vendored hpy to c9ada53 plus an uncommitted fix for the HPy_FatalError test. --HG-- branch : hpy-update-to-2829a0d - - - - - 5 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - pypy/module/_hpy_universal/interp_long.py - pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py - pypy/module/_hpy_universal/test/_vendored/test_hpylong.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b43a8a8ce6da739882e53a78ffc55cf488fa7ff4...ee6fe2ff9ce23a9cb65a00a63feb70b3594074f7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/b43a8a8ce6da739882e53a78ffc55cf488fa7ff4...ee6fe2ff9ce23a9cb65a00a63feb70b3594074f7 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix merge error of f967662a9096
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://foss.heptapod.net/pypy/pypy/-/commit/c74ca1c41d8b24af4c25fef48a6f4194b30ca09f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/c74ca1c41d8b24af4c25fef48a6f4194b30ca09f You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] Update vendored hpy to 7a0cb53.
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/common/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/738880b79785a5e635e1f230610a92f3ba102b80 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/738880b79785a5e635e1f230610a92f3ba102b80 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] 2 commits: Update vendored hpy to 6e38f80.
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.so now that the C extenion name is correct. --HG-- branch : hpy-update-to-2829a0d - - - - - 4 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - pypy/module/_hpy_universal/test/support.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/738880b79785a5e635e1f230610a92f3ba102b80...616db8d0b3a55d1caf478488ab3b2ce501f59389 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/738880b79785a5e635e1f230610a92f3ba102b80...616db8d0b3a55d1caf478488ab3b2ce501f59389 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
[pypy-commit] [Git][pypy/pypy][branch/hpy] 11 commits: Update vendored hpy to 2829a0d.
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-- branch : hpy-update-to-2829a0d - - - - - 85b3af55 by Simon Cross at 2020-12-08T17:34:26+02:00 Restore skipping hpy tests on windows from r100780. --HG-- branch : hpy-update-to-2829a0d - - - - - 0d6ab8c9 by Simon Cross at 2020-12-09T22:41:14+02:00 Small update of vendored hpy to 22a05e8. --HG-- branch : hpy-update-to-2829a0d - - - - - b43a8a8c by Simon Cross at 2020-12-09T22:43:57+02:00 Implement HPy_FatalError. --HG-- branch : hpy-update-to-2829a0d - - - - - 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 Simon Cross at 2020-12-10T11:45:49+02:00 Update vendored hpy to c9ada53 plus an uncommitted fix for the HPy_FatalError test. --HG-- branch : hpy-update-to-2829a0d - - - - - 738880b7 by Simon Cross at 2020-12-10T13:44:05+02:00 Update vendored hpy to 7a0cb53. --HG-- branch : hpy-update-to-2829a0d - - - - - 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.so now that the C extenion name is correct. --HG-- branch : hpy-update-to-2829a0d - - - - - f45191e7 by Simon Cross at 2020-12-10T21:03:32+00:00 Merge branch 'branch/hpy-update-to-2829a0d' into 'branch/hpy' Update hpy to 2829a0d See merge request pypy/pypy!783 --HG-- branch : hpy - - - - - 12 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/__init__.py - pypy/module/_hpy_universal/_vendored/hpy/devel/include/common/version.h - pypy/module/_hpy_universal/_vendored/hpy/devel/version.py - pypy/module/_hpy_universal/interp_long.py - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/src/hpyerr.c - pypy/module/_hpy_universal/src/hpyerr.h - pypy/module/_hpy_universal/state.py - pypy/module/_hpy_universal/test/_vendored/support.py - pypy/module/_hpy_universal/test/_vendored/test_hpyerr.py - pypy/module/_hpy_universal/test/_vendored/test_hpylong.py - pypy/module/_hpy_universal/test/support.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/5aba25884929e593159228f1ec2f6e185b110ed6...f45191e74936f20a63e39c067b82f0c593fde176 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5aba25884929e593159228f1ec2f6e185b110ed6...f45191e74936f20a63e39c067b82f0c593fde176 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
