[pypy-commit] [Git][pypy/pypy][branch/py3.7] this maybe fixes test_sys

2022-01-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 5db89312 by Carl Friedrich Bolz-Tereick at 2022-01-08T13:26:43+01:00 this maybe fixes test_sys --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/app_main.py - pypy/interpreter/test/test_app_

[pypy-commit] [Git][pypy/pypy][branch/default] add memory pressure for RawByteBuffer around the malloc

2022-01-08 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy Commits: a14dc05f by fijal at 2022-01-08T14:55:32+02:00 add memory pressure for RawByteBuffer around the malloc - - - - - 1 changed file: - rpython/rlib/buffer.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] avoid problems with setuptools>=60 (pep 483 deprecation warning), pytest==4.0.0

2022-01-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a002881e by Matti Picus at 2022-01-08T22:23:23+02:00 avoid problems with setuptools>=60 (pep 483 deprecation warning), pytest==4.0.0 --HG-- branch : py3.7 - - - - - 2 changed files: - extra_tests/requirements.txt - pypy/mod