[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: Backed out changeset 28beb86f9764

2020-03-08 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 2ae201c2 by Carl Friedrich Bolz-Tereick at 2020-03-08T12:09:12+01:00 Backed out changeset 28beb86f9764 seems there is a use for having quasi-immutable declarations on the executioncontext, see test_cffi_init_struct

[pypy-commit] [Git][pypy/pypy][branch/default] Backed out changeset 28beb86f9764

2020-03-08 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2ae201c2 by Carl Friedrich Bolz-Tereick at 2020-03-08T12:09:12+01:00 Backed out changeset 28beb86f9764 seems there is a use for having quasi-immutable declarations on the executioncontext, see test_cffi_init_stru

[pypy-commit] [Git][pypy/pypy][branch/default] Let pytest.py run with python2 by default.

2020-03-08 Thread Manuel Jacob
Manuel Jacob pushed to branch branch/default at PyPy / pypy Commits: d509474d by Manuel Jacob at 2020-03-08T12:57:31+01:00 Let pytest.py run with python2 by default. - - - - - 1 changed file: - pytest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/d509474db6da393bf527dc06

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: restore _immutable_fields_ on the ExecutionContext class, which was removed in…

2020-03-08 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: fb42d8b2 by Armin Rigo at 2020-03-07T18:53:39+01:00 restore _immutable_fields_ on the ExecutionContext class, which was removed in b37f9be92e79 but is probably still useful - - - - - a5f561a3 by Armin Rigo at 2020-03-08T13:10:25

[pypy-commit] [Git][pypy/pypy][branch/default] Add test for getitem slowpath.

2020-03-08 Thread Manuel Jacob
Manuel Jacob pushed to branch branch/default at PyPy / pypy Commits: f3083f09 by Manuel Jacob at 2020-03-08T15:36:08+01:00 Add test for getitem slowpath. - - - - - 1 changed file: - rpython/rlib/test/test_buffer.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/f3083f0929c59

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Avoid using module name 'buffer' because it breaks app tests.

2020-03-08 Thread Manuel Jacob
Manuel Jacob pushed to branch branch/default at PyPy / pypy Commits: 6605958d by Manuel Jacob at 2020-03-08T16:08:26+01:00 Avoid using module name 'buffer' because it breaks app tests. - - - - - 2c81935e by Manuel Jacob at 2020-03-08T16:15:38+01:00 Skip test that doesn’t make sense under runappd

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Make write() method work with memoryview.

2020-03-08 Thread Manuel Jacob
Manuel Jacob pushed to branch branch/default at PyPy / pypy Commits: 0f6ac5a7 by Manuel Jacob at 2020-03-08T19:19:11+01:00 Make write() method work with memoryview. On my machine under Python 2.7.17, the test failed previously because io.BufferedWriter passes a memoryview into the raw stream’s w