[pypy-commit] pypy default: Add failing test, but prevent PyThreadState_GetDict() from crashing when it doesn't have the GIL

2017-02-16 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90176:0afdf7591078 Date: 2017-02-16 21:59 + http://bitbucket.org/pypy/pypy/changeset/0afdf7591078/ Log:Add failing test, but prevent PyThreadState_GetDict() from crashing when it doesn't have the GIL diff --git a/pypy/module/cpyext/pystate.

[pypy-commit] pypy optinfo-into-bridges-2: merge default

2017-02-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges-2 Changeset: r90175:ec986a12d95a Date: 2017-02-16 20:03 + http://bitbucket.org/pypy/pypy/changeset/ec986a12d95a/ Log:merge default diff too long, truncating to 2000 out of 173321 lines diff --git a/.hgignore b/.hgignore --- a/.hgi

[pypy-commit] pypy py3.5-newtext: Close branch, ready to merge

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90170:fb346ee5d28c Date: 2017-02-16 20:51 +0100 http://bitbucket.org/pypy/pypy/changeset/fb346ee5d28c/ Log:Close branch, ready to merge ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy py3.5: hg merge default

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90174:94d866dca83a Date: 2017-02-16 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/94d866dca83a/ Log:hg merge default ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mai

[pypy-commit] pypy py3.5: hg merge default

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90172:697a8bbf4e66 Date: 2017-02-16 20:55 +0100 http://bitbucket.org/pypy/pypy/changeset/697a8bbf4e66/ Log:hg merge default diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst @@ -159,7 +159,8 @@

[pypy-commit] pypy py3.5: hg merge py3.5-newtext

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90171:9ef7c5f49f7e Date: 2017-02-16 20:51 +0100 http://bitbucket.org/pypy/pypy/changeset/9ef7c5f49f7e/ Log:hg merge py3.5-newtext See comments in 9aa4348f6606. diff too long, truncating to 2000 out of 25082 lines diff --git a/pypy/doc/ob

[pypy-commit] pypy py3.5: merge heads

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90173:f6c56ea574e6 Date: 2017-02-16 20:55 +0100 http://bitbucket.org/pypy/pypy/changeset/f6c56ea574e6/ Log:merge heads diff too long, truncating to 2000 out of 25082 lines diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst --- a/pypy/doc/

[pypy-commit] pypy default: hg merge space-newtext

2017-02-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r90169:9aa4348f6606 Date: 2017-02-16 20:50 +0100 http://bitbucket.org/pypy/pypy/changeset/9aa4348f6606/ Log:hg merge space-newtext A branch (by cfbolz) that tries to remove all usages of space.wrap() in translation, as well as space.str_

[pypy-commit] pypy space-newtext: Close branch for merge

2017-02-16 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90168:cff8c0d9d9da Date: 2017-02-16 20:47 +0100 http://bitbucket.org/pypy/pypy/changeset/cff8c0d9d9da/ Log:Close branch for merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] extradoc extradoc: add Rober Zaremba to the people list for this years sprint

2017-02-16 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5781:e9c5b527c995 Date: 2017-02-16 19:16 +0100 http://bitbucket.org/pypy/extradoc/changeset/e9c5b527c995/ Log:add Rober Zaremba to the people list for this years sprint diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/l

[pypy-commit] pypy optinfo-into-bridges-2: fix bugs in revision e1832b3ddde9

2017-02-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges-2 Changeset: r90167:a8f437494e4d Date: 2017-02-16 17:01 + http://bitbucket.org/pypy/pypy/changeset/a8f437494e4d/ Log:fix bugs in revision e1832b3ddde9 (branch to debug problems with optinfo-into-bridges) diff --git a/rpyth

[pypy-commit] pypy py3.5-newtext: hg merge space-newtext

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5-newtext Changeset: r90166:010533436bdc Date: 2017-02-16 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/010533436bdc/ Log:hg merge space-newtext diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/i

[pypy-commit] pypy space-newtext: Ah, found the proper fix for e53e4fe0c683, which is also a bug on

2017-02-16 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90165:93c00a9b8f71 Date: 2017-02-16 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/93c00a9b8f71/ Log:Ah, found the proper fix for e53e4fe0c683, which is also a bug on Windows on PyPy2: if listdir(unicode) returns RPython unico

[pypy-commit] pypy py3.5: always check if cpython 3.6 fixed a cpython 3.5 test that was only

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90162:728c596fc4ed Date: 2017-02-16 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/728c596fc4ed/ Log:always check if cpython 3.6 fixed a cpython 3.5 test that was only passing because of randomness in dictionary order diff --git a/li

[pypy-commit] pypy py3.5: test and "fix" with ample comments about the memoryview() of a ctypes object

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90164:cb5fc958f45b Date: 2017-02-16 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cb5fc958f45b/ Log:test and "fix" with ample comments about the memoryview() of a ctypes object diff --git a/pypy/module/_rawffi/buffer.py b/pypy/modul

[pypy-commit] pypy py3.5: Untested, but it seems we did two typos when copying the CPython logic

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90163:9eb5a1177ff4 Date: 2017-02-16 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/9eb5a1177ff4/ Log:Untested, but it seems we did two typos when copying the CPython logic diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspa