[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix indent to properly skip implementation detail

2022-01-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: cc247570 by Matti Picus at 2022-01-03T23:12:54+02:00 fix indent to properly skip implementation detail --HG-- branch : py3.9 - - - - - 17c7d9dd by Matti Picus at 2022-01-04T00:05:36+02:00 fix mmap errors and flush return value

[pypy-commit] [Git][pypy/pypy][branch/py3.9] virtualenv-20.13.0 now supports the new pypy3.9 naming scheme

2022-01-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bf7054bf by Matti Picus at 2022-01-03T23:01:59+02:00 virtualenv-20.13.0 now supports the new pypy3.9 naming scheme --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/goal/targetpypystandalone.py View it on Heptapod: h

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add a test for _posixprocess.fork_exec based on issue 3630

2022-01-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 96eeb88f by Matti Picus at 2022-01-03T22:56:52+02:00 add a test for _posixprocess.fork_exec based on issue 3630 --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 37 commits: limit pwd.getpwnam to str, issue 3624

2022-01-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 106f751a by Matti Picus at 2021-12-28T10:52:40+02:00 limit pwd.getpwnam to str, issue 3624 --HG-- branch : py3.7 - - - - - 94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00 exe target is self.exe_name not self.c_entryp - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] use _marshal, it's py2 compatible

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 23723d5f by Carl Friedrich Bolz-Tereick at 2022-01-03T18:36:43+01:00 use _marshal, it's py2 compatible --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/tool/test/test_lib_pypy.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix the magic test finally

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 997083ea by Carl Friedrich Bolz-Tereick at 2022-01-03T13:34:18+01:00 fix the magic test finally --HG-- branch : py3.9 - - - - - e82b3456 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:35:16+01:00 fix the tests

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix PySet_Add on frozenset after breaking it in 8b8cbecba837

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 687d099e by Carl Friedrich Bolz-Tereick at 2022-01-03T12:33:56+01:00 fix PySet_Add on frozenset after breaking it in 8b8cbecba837 --HG-- branch : py3.9 - - - - - 24562e8f by Carl Friedrich Bolz-Tereick at 2022-0

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix test

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 74caede9 by Carl Friedrich Bolz-Tereick at 2022-01-03T11:16:48+01:00 fix test --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/_ast/test/test_ast.py View it on Heptapod: https://foss.heptapod.

[pypy-commit] [Git][pypy/pypy][branch/default] fix pyrolog link

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a12f6591 by Carl Friedrich Bolz-Tereick at 2022-01-03T10:34:37+01:00 fix pyrolog link - - - - - 1 changed file: - rpython/doc/examples.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Git][pypy/pypy][branch/default] fix test_enforceargs_not_constant in test_objectmodel.py

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3759e134 by Carl Friedrich Bolz-Tereick at 2022-01-03T10:15:37+01:00 fix test_enforceargs_not_constant in test_objectmodel.py (broken by fb1d3c8896bf, thanks mattip for noticing!) - - - - - 1 changed file:

[pypy-commit] [Git][pypy/pypy][branch/m1] call write_protect around the callback write here

2022-01-03 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: 2023ff9c by fijal at 2022-01-03T10:51:12+02:00 call write_protect around the callback write here --HG-- branch : m1 - - - - - 1 changed file: - pypy/module/_cffi_backend/ccallback.py View it on Heptapod: https://foss.

[pypy-commit] [Git][pypy/pypy][branch/m1] skip one test and use some write_protect

2022-01-03 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: a499ebca by fijal at 2022-01-03T10:18:43+02:00 skip one test and use some write_protect --HG-- branch : m1 - - - - - 2 changed files: - rpython/rlib/clibffi.py - rpython/rlib/test/test_clibffi.py View it on Heptapod: