[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix "defined but not used" error

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6889ef86 by Matti Picus at 2023-11-17T08:49:13+02:00 fix "defined but not used" error --HG-- branch : py3.9 - - - - - d7036e4d by Matti Picus at 2023-11-17T09:21:17+02:00 rearrange for compilation, somehow the 32-bit build does

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: add probably too much jit.dont_look_inside for type creation

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 06a34dba by Matti Picus at 2023-11-17T07:50:23+02:00 add probably too much jit.dont_look_inside for type creation This may be overkill, but solves a problem when running numpy. Without this, somehow inside HPyField_Load the llas

[pypy-commit] [Mercurial][pypy/pypy][branch/default] allow curl to follow redirects

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1fbadac9 by Matti Picus at 2023-11-17T07:51:16+02:00 allow curl to follow redirects - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] test, fix missing assignment to pybuf.c_obj

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5e443cdf by Matti Picus at 2023-11-16T23:11:49+02:00 test, fix missing assignment to pybuf.c_obj --HG-- branch : py3.9 - - - - - 3 changed files: - lib-python/3/test/test_capi.py - pypy/module/cpyext/buffer.py - pypy/module/

[pypy-commit] [Mercurial][pypy/pypy][branch/default] us canonical location for lzma download

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c42942b8 by Matti Picus at 2023-11-15T07:08:17+02:00 us canonical location for lzma download - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 11 commits: us canonical location for lzma download

2023-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c42942b8 by Matti Picus at 2023-11-15T07:08:17+02:00 us canonical location for lzma download - - - - - dbfeba95 by Matti Picus at 2023-11-15T07:12:12+02:00 merge default --HG-- branch : py3.9 - - - - - 48655eb7 by Matti Picus