[pypy-commit] pypy default: fix test

2018-02-07 Thread mattip
Author: Matti Picus Branch: Changeset: r93780:14abb2e081c8 Date: 2018-02-07 15:47 +0200 http://bitbucket.org/pypy/pypy/changeset/14abb2e081c8/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/cpyext/test/test_object

[pypy-commit] pypy msvc14: merge default into branch

2018-02-07 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93781:d284e7798f85 Date: 2018-02-07 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/d284e7798f85/ Log:merge default into branch diff too long, truncating to 2000 out of 2727 lines diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --

[pypy-commit] pypy msvc14: is_valid_fd no longer exists

2018-02-07 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93782:110e3c57792a Date: 2018-02-07 09:39 -0500 http://bitbucket.org/pypy/pypy/changeset/110e3c57792a/ Log:is_valid_fd no longer exists diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy

[pypy-commit] pypy msvc14: merge default into branch

2018-02-07 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93784:6268f664221b Date: 2018-02-07 15:37 -0500 http://bitbucket.org/pypy/pypy/changeset/6268f664221b/ Log:merge default into branch diff --git a/rpython/memory/gc/minimarkpage.py b/rpython/memory/gc/minimarkpage.py --- a/rpython/memory/gc/mini

[pypy-commit] pypy default: disable arena_mmap, fix win32 translation?

2018-02-07 Thread mattip
Author: Matti Picus Branch: Changeset: r93783:4cf1cfb34efc Date: 2018-02-07 15:36 -0500 http://bitbucket.org/pypy/pypy/changeset/4cf1cfb34efc/ Log:disable arena_mmap, fix win32 translation? diff --git a/rpython/memory/gc/minimarkpage.py b/rpython/memory/gc/minimarkpage.py --- a/rpython/mem