[pypy-commit] pypy py3.5: Mess with import locks, when giving a .pyc file name on the command-line

2017-02-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89904:85b6fb286e66 Date: 2017-02-02 18:19 +0100 http://bitbucket.org/pypy/pypy/changeset/85b6fb286e66/ Log:Mess with import locks, when giving a .pyc file name on the command- line diff --git a/pypy/interpreter/app_main.py b/pypy/interpret

[pypy-commit] pypy default: fix test

2017-02-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89903:cc6165679b16 Date: 2017-02-02 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/cc6165679b16/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py --- a/pypy/module/pypyjit/test

[pypy-commit] pypy default: merge default

2017-02-02 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r89901:c613943ef39a Date: 2017-02-02 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c613943ef39a/ Log:merge default diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py --- a/lib_pypy/_ctypes/basics.py +++ b/lib_pypy/_ctypes/b

[pypy-commit] pypy default: Merged in timfel/pypy (pull request #512)

2017-02-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89902:866867e47a45 Date: 2017-02-02 15:17 + http://bitbucket.org/pypy/pypy/changeset/866867e47a45/ Log:Merged in timfel/pypy (pull request #512) Make attach_gdb work on Windows (with Visual Studio Debugger) diff --git a/rpython/rlib/debug.

[pypy-commit] pypy default: make attach_gdb work on Windows (with Visual Studio Debugger)

2017-02-02 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r89900:a64ec5d7ebcb Date: 2017-02-02 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/a64ec5d7ebcb/ Log:make attach_gdb work on Windows (with Visual Studio Debugger) diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/

[pypy-commit] pypy py3.5: hg merge default, with some fixes for the merge

2017-02-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89899:066e6b9a9b2d Date: 2017-02-02 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/066e6b9a9b2d/ Log:hg merge default, with some fixes for the merge diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/

[pypy-commit] pypy default: Hard to test: add rstack.stack_almost_full() and use it:

2017-02-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89898:c48c3b08c41f Date: 2017-02-02 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/c48c3b08c41f/ Log:Hard to test: add rstack.stack_almost_full() and use it: * to not start JITting when the stack is almost full * to propagate (in

[pypy-commit] pypy default: Move some methods from the W_Array subclasses (there are more than 10 of them) to the base class. This reduces by 40% the size of pypy_module_array*.c.

2017-02-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r89897:a9ea4365a378 Date: 2017-02-02 10:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a9ea4365a378/ Log:Move some methods from the W_Array subclasses (there are more than 10 of them) to the base class. This reduces by 40% the size of