[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Fix tests dealing with unsigned_long_bits()

2021-09-08 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: cf17797f by Ronan Lamy at 2021-09-08T15:53:36+01:00 Fix tests dealing with unsigned_long_bits() --HG-- branch : hpy-0.0.3 - - - - - 2 changed files: - pypy/module/_hpy_universal/test/_vendored/test_argparse.py - pypy/modu

[pypy-commit] [Git][pypy/pypy][branch/py3.8] adapt test for windows

2021-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: bcb7e5d4 by Matti Picus at 2021-09-08T21:12:15+03:00 adapt test for windows --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/test/test_package.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.3] Implement HPyImport_ImportModule

2021-09-08 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/hpy-0.0.3 at PyPy / pypy Commits: cf112f41 by Ronan Lamy at 2021-09-08T20:16:10+01:00 Implement HPyImport_ImportModule --HG-- branch : hpy-0.0.3 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_hpy.py - + pypy/module/_hpy_universal/interp_im

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue-3546

2021-09-08 Thread Ian Clester (@ijc)
Ian Clester pushed new branch branch/issue-3546 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue-3546 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing li

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add _PyList_Extend, remove a few already implemented functions from stubs.py

2021-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 5d5417e4 by Matti Picus at 2021-09-09T09:12:14+03:00 add _PyList_Extend, remove a few already implemented functions from stubs.py We should probably just delete stubs.py, it is not that useful --HG-- branch : py3.7 - - - - -