[pypy-commit] pypy default: update cffi to 1.11.4

2018-01-25 Thread mattip
Author: Matti Picus Branch: Changeset: r93708:5dbbf103b988 Date: 2018-01-25 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/5dbbf103b988/ Log:update cffi to 1.11.4 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b

[pypy-commit] pypy default: fix some win32 rpython failures

2018-01-25 Thread mattip
Author: Matti Picus Branch: Changeset: r93707:24a8129c7c62 Date: 2018-01-25 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/24a8129c7c62/ Log:fix some win32 rpython failures diff --git a/rpython/rlib/test/test_posix.py b/rpython/rlib/test/test_posix.py --- a/rpython/rlib/test/test_posi

[pypy-commit] pypy mapdict-size-limit: document branch

2018-01-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: mapdict-size-limit Changeset: r93706:eb5baafd0c6e Date: 2018-01-25 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/eb5baafd0c6e/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-h

[pypy-commit] pypy mapdict-size-limit: test mixing of slots and dict items, fix translation

2018-01-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: mapdict-size-limit Changeset: r93705:cad94dfb7a45 Date: 2018-01-25 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/cad94dfb7a45/ Log:test mixing of slots and dict items, fix translation diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace