[pypy-commit] pypy better-storesink: merge default

2016-09-18 Thread cfbolz
Author: Carl Friedrich Bolz Branch: better-storesink Changeset: r87202:9bde782e5ac8 Date: 2016-09-18 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/9bde782e5ac8/ Log:merge default diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_di

[pypy-commit] pypy py3.5-corowrapper: fix interp_jit

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87203:84a0a35f73d2 Date: 2016-09-18 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/84a0a35f73d2/ Log:fix interp_jit diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/int

[pypy-commit] pypy default: Fix PyLong_FromVoidPtr to return int/long like CPython.

2016-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r87204:8bbafbedd0b2 Date: 2016-09-18 19:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8bbafbedd0b2/ Log:Fix PyLong_FromVoidPtr to return int/long like CPython. Hopefully fix a translation failure on 32-bit too. diff --git a/pypy/module/cpyex

[pypy-commit] pypy default: translation fix

2016-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r87207:00e7a9a3460c Date: 2016-09-18 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/00e7a9a3460c/ Log:translation fix diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py +++ b/pypy/objspac

[pypy-commit] extradoc extradoc: updates

2016-09-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5705:c602273d9953 Date: 2016-09-18 21:05 +0200 http://bitbucket.org/pypy/extradoc/changeset/c602273d9953/ Log:updates diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst --- a/planning/py3.5/cpython-crashers.

[pypy-commit] extradoc extradoc: update

2016-09-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5706:e4f3d504a0c6 Date: 2016-09-18 21:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/e4f3d504a0c6/ Log:update diff --git a/planning/py3.5/cpython-crashers.rst b/planning/py3.5/cpython-crashers.rst --- a/planning/py3.5/cpython-crashers.r

[pypy-commit] pypy py3.5-corowrapper: comment

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87208:1f643102d010 Date: 2016-09-18 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1f643102d010/ Log:comment diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/i

[pypy-commit] pypy py3.5-corowrapper: Test and fix: must reset w_yielded_from to None when running

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87209:53965720c0f3 Date: 2016-09-18 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/53965720c0f3/ Log:Test and fix: must reset w_yielded_from to None when running diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/gener

[pypy-commit] pypy default: PyPy creates a SOABI entry in confvars, Numpy needs only the correct SO entry

2016-09-18 Thread mattip
Author: Matti Picus Branch: Changeset: r87210:2b244ba62cf4 Date: 2016-09-18 23:27 +0300 http://bitbucket.org/pypy/pypy/changeset/2b244ba62cf4/ Log:PyPy creates a SOABI entry in confvars, Numpy needs only the correct SO entry The duplication of the functionality is from CPYth

[pypy-commit] pypy py3.5-corowrapper: Two tests, one passing

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87211:a9db1cd81bce Date: 2016-09-18 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/a9db1cd81bce/ Log:Two tests, one passing diff --git a/pypy/interpreter/test/test_coroutine.py b/pypy/interpreter/test/test_coroutine.py --- a/pyp

[pypy-commit] pypy py3.5-corowrapper: Another test and fix

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87213:14723a241c8a Date: 2016-09-18 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/14723a241c8a/ Log:Another test and fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator

[pypy-commit] pypy py3.5-corowrapper: fix the test

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87212:b15c04df Date: 2016-09-18 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b15c04df/ Log:fix the test diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/p

[pypy-commit] pypy py3.5-corowrapper: comment

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87214:491df214da00 Date: 2016-09-18 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/491df214da00/ Log:comment diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/i

[pypy-commit] pypy py3.5: Fix for test_interpreter.test_build_map_unpack

2016-09-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87215:bceb849c4008 Date: 2016-09-18 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/bceb849c4008/ Log:Fix for test_interpreter.test_build_map_unpack diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validat