[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630)

2022-01-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4d06d1f6 by Matti Picus at 2022-01-03T00:12:52+02:00 only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630) --HG-- branch : py3.7 - - - - - 13b4b5f3 by Matti Picus at 2022-01-03T00:13:12+02:00

[pypy-commit] [Git][pypy/pypy][branch/py3.7] only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630)

2022-01-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 4d06d1f6 by Matti Picus at 2022-01-03T00:12:52+02:00 only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630) --HG-- branch : py3.7 - - - - - 1 changed file: -

[pypy-commit] [Git][pypy/pypy][branch/m1] first go at write protect

2022-01-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: 8ab78bc0 by fijal at 2022-01-03T09:50:26+02:00 first go at write protect --HG-- branch : m1 - - - - - 3 changed files: - pypy/module/_cffi_backend/ccallback.py - rpython/rlib/rmmap.py - rpython/rlib/test/test_rmmap.py

[pypy-commit] [Git][pypy/pypy][branch/m1] small fixes, not ready yet

2022-01-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: eab78751 by fijal at 2022-01-03T08:45:21+02:00 small fixes, not ready yet --HG-- branch : m1 - - - - - 2 changed files: - rpython/rlib/rmmap.py - rpython/rlib/test/test_rsignal.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: putenv leaks memory

2022-01-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 56c274d9 by Matti Picus at 2022-01-02T15:31:52+02:00 putenv leaks memory --HG-- branch : py3.7 - - - - - c5624c59 by Matti Picus at 2022-01-02T15:35:27+02:00 fix test for windows --HG-- branch : py3.7 - - - - - cec0cb94 by

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: add winreg auditing, convert unwrap_spec(...="unicode"...) to utf8

2022-01-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: df1cd70e by Matti Picus at 2022-01-02T12:41:37+02:00 add winreg auditing, convert unwrap_spec(...=unicode...) to utf8 One step closer to removing realunicode_w --HG-- branch : py3.8 - - - - - 56c274d9 by Matti Picus at

[pypy-commit] [Git][pypy/pypy][branch/m1] small fixes

2022-01-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: 43793cb6 by fijal at 2022-01-02T11:26:16+02:00 small fixes --HG-- branch : m1 - - - - - 2 changed files: - rpython/rlib/clibffi.py - rpython/rlib/rdynload.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy][branch/m1] skip for bugs in libffi

2022-01-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: 159ed77a by fijal at 2022-01-02T10:39:36+02:00 skip for bugs in libffi --HG-- branch : m1 - - - - - 1 changed file: - rpython/rtyper/test/test_rbuiltin.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy][branch/m1] small changes to improve the tests on m1 mac

2022-01-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: 2c6b1051 by fijal at 2022-01-02T10:23:39+02:00 small changes to improve the tests on m1 mac --HG-- branch : m1 - - - - - 3 changed files: - rpython/memory/gctransform/boehm.py - rpython/translator/c/test/test_lltyped.py