[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/winconsoleio-debug

2020-07-22 Thread Matti Picus
Matti Picus pushed new branch branch/winconsoleio-debug at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/winconsoleio-debug You're receiving this email because of your account on foss.heptapod.net. ___ pypy-com

[pypy-commit] [Git][pypy/pypy][branch/py3.6] disable WinConsoleIO

2020-07-22 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: bc611d51 by Matti Picus at 2020-07-22T12:39:27+03:00 disable WinConsoleIO --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/_io/interp_win32consoleio.py - pypy/module/_io/test/test_win32consoleio.py View it on

[pypy-commit] [Git][pypy/pypy][branch/default] Issue #3188: need FORBID_TEMP_BOXES on aarch64, like on arm32

2020-07-22 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 2119d0af by Armin Rigo at 2020-07-22T15:30:37+02:00 Issue #3188: need FORBID_TEMP_BOXES on aarch64, like on arm32 Otherwise there is no guarantee that calling make_sure_var_in_reg() twice, with [const, box] respectively, will w

[pypy-commit] [Git][pypy/pypy][branch/default] Goes with the previous check-in. See a243e4e0b21c

2020-07-22 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: cb6af5dc by Armin Rigo at 2020-07-22T15:34:32+02:00 Goes with the previous check-in. See a243e4e0b21c - - - - - 1 changed file: - rpython/jit/backend/aarch64/regalloc.py View it on GitLab: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: Fix skipping of backend-specific jit tests to not crash test collection on the other platforms

2020-07-22 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: c510b896 by Ronan Lamy at 2020-07-21T18:07:56+01:00 Fix skipping of backend-specific jit tests to not crash test collection on the other platforms - - - - - 51a0030d by Ronan Lamy at 2020-07-21T21:22:42+01:00 Add different way o

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 36 commits: fix 0a6fc92dba19, add missing import

2020-07-22 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 0a10e74f by Matti Picus at 2020-07-14T10:51:17+03:00 fix 0a6fc92dba19, add missing import - - - - - 13582da4 by Matti Picus at 2020-07-14T14:22:57+03:00 typo (thanks nulano) - - - - - b802d0ab by Matti Picus at 2020-07-16T15:03

[pypy-commit] [Git][pypy/pypy][branch/assert-rewrite] more fixes

2020-07-22 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/assert-rewrite at PyPy / pypy Commits: 190ede5c by Ronan Lamy at 2020-07-22T19:27:17+01:00 more fixes --HG-- branch : assert-rewrite - - - - - 5 changed files: - rpython/rtyper/lltypesystem/test/test_rffi.py - rpython/translator/backendopt/test/test_all.p

[pypy-commit] [Git][pypy/pypy][branch/assert-rewrite] 5 commits: Add different way of skipping for when pytest is called on a single file (sadness)

2020-07-22 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/assert-rewrite at PyPy / pypy Commits: 51a0030d by Ronan Lamy at 2020-07-21T21:22:42+01:00 Add different way of skipping for when pytest is called on a single file (sadness) - - - - - 2119d0af by Armin Rigo at 2020-07-22T15:30:37+02:00 Issue #3188: need FORB