[pypy-commit] pypy default: import cffi/181e00f1c6e6

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r90628:ec2b0693556e Date: 2017-03-11 08:58 +0100 http://bitbucket.org/pypy/pypy/changeset/ec2b0693556e/ Log:import cffi/181e00f1c6e6 diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -756,2

[pypy-commit] pypy fniephaus/fix-typo-1488123166752: Fix typo

2017-03-10 Thread fniephaus
Author: Fabio Niephaus Branch: fniephaus/fix-typo-1488123166752 Changeset: r90626:7cba052b934f Date: 2017-02-26 15:33 + http://bitbucket.org/pypy/pypy/changeset/7cba052b934f/ Log:Fix typo diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/codew

[pypy-commit] pypy default: Merged in fniephaus/pypy-1/fniephaus/fix-typo-1488123166752 (pull request #519)

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r90627:24f529c9697d Date: 2017-03-11 07:41 + http://bitbucket.org/pypy/pypy/changeset/24f529c9697d/ Log:Merged in fniephaus/pypy-1/fniephaus/fix-typo-1488123166752 (pull request #519) Fix typo diff --git a/rpython/jit/codewriter/cal

[pypy-commit] pypy py3.5: Kill test that does not make sense on py3 (due to namespace packages)

2017-03-10 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90625:3d62b4040cbd Date: 2017-03-10 16:10 + http://bitbucket.org/pypy/pypy/changeset/3d62b4040cbd/ Log:Kill test that does not make sense on py3 (due to namespace packages) diff --git a/pypy/module/imp/test/test_import.py b/pypy/modul

[pypy-commit] stmgc c8-overheads-instrumentation: Update duration logging events with additional contributors

2017-03-10 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2027:4e133ea2cf02 Date: 2017-03-10 16:43 +0100 http://bitbucket.org/pypy/stmgc/changeset/4e133ea2cf02/ Log:Update duration logging events with additional contributors diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm

[pypy-commit] pypy default: fix for cpython2 (arigato)

2017-03-10 Thread mattip
Author: Matti Picus Branch: Changeset: r90624:727fd362a2e6 Date: 2017-03-10 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/727fd362a2e6/ Log:fix for cpython2 (arigato) diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/modu

[pypy-commit] stmgc c8-efficient-serial-execution: Instrument write barrier slowpath

2017-03-10 Thread tob...@masterthesis-vm
Author: tobias@masterthesis-vm Branch: c8-efficient-serial-execution Changeset: r2025:39847b4aa093 Date: 2017-03-06 12:23 +0100 http://bitbucket.org/pypy/stmgc/changeset/39847b4aa093/ Log:Instrument write barrier slowpath diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8

[pypy-commit] stmgc c8-efficient-serial-execution: Adapt test interface of stmgc and fix crash if timing events are not enabled

2017-03-10 Thread tob...@masterthesis-vm
Author: tobias@masterthesis-vm Branch: c8-efficient-serial-execution Changeset: r2026:3d8a3ec72e8a Date: 2017-03-06 17:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/3d8a3ec72e8a/ Log:Adapt test interface of stmgc and fix crash if timing events are not enabled diff --git a/c8/stm/

[pypy-commit] stmgc c8-efficient-serial-execution: Add macros to log duration measurements using a timing event

2017-03-10 Thread tob...@masterthesis-vm
Author: tobias@masterthesis-vm Branch: c8-efficient-serial-execution Changeset: r2024:39dec57efb62 Date: 2017-03-06 11:36 +0100 http://bitbucket.org/pypy/stmgc/changeset/39dec57efb62/ Log:Add macros to log duration measurements using a timing event diff --git a/c8/stm/marker.c b/c8/stm/marker

[pypy-commit] cffi default: Improve the error message

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r2899:181e00f1c6e6 Date: 2017-03-10 15:03 +0100 http://bitbucket.org/cffi/cffi/changeset/181e00f1c6e6/ Log:Improve the error message diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -756,21 +756,27 @@ def _load_backend_

[pypy-commit] pypy default: backport 4af601050e87

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r90622:61d3de1e7c9a Date: 2017-03-10 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/61d3de1e7c9a/ Log:backport 4af601050e87 diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py --- a/pyp

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

2017-03-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90623:2a55aab6ecce Date: 2017-03-10 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/2a55aab6ecce/ Log:hg merge default diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functional.py --- a/pypy/

[pypy-commit] pypy py3.5: Issue #2495: forgot two calls to checksignals() after we get an EINTR

2017-03-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90621:4af601050e87 Date: 2017-03-10 14:01 +0100 http://bitbucket.org/pypy/pypy/changeset/4af601050e87/ Log:Issue #2495: forgot two calls to checksignals() after we get an EINTR diff --git a/pypy/module/_multiprocessing/interp_semaphore.py

[pypy-commit] pypy default: Hypothesis tests for `map(f, l)` where f() mutates `l`

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r90620:d042bd84c29f Date: 2017-03-10 13:32 +0100 http://bitbucket.org/pypy/pypy/changeset/d042bd84c29f/ Log:Hypothesis tests for `map(f, l)` where f() mutates `l` diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/te

[pypy-commit] pypy default: skip this test on older CPython 2.7.x

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r90619:46d13fbc30fe Date: 2017-03-10 12:23 +0100 http://bitbucket.org/pypy/pypy/changeset/46d13fbc30fe/ Log:skip this test on older CPython 2.7.x diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a

[pypy-commit] pypy default: Bump the minimum OS/X version to 10.7 and get __thread.

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r90618:df3467fd878a Date: 2017-03-10 10:03 +0100 http://bitbucket.org/pypy/pypy/changeset/df3467fd878a/ Log:Bump the minimum OS/X version to 10.7 and get __thread. diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py -

[pypy-commit] pypy py3.5: issue #2494: @builtinfy some functions

2017-03-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90617:6f28fc42ee45 Date: 2017-03-10 09:37 +0100 http://bitbucket.org/pypy/pypy/changeset/6f28fc42ee45/ Log:issue #2494: @builtinfy some functions diff --git a/lib_pypy/_hashlib/__init__.py b/lib_pypy/_hashlib/__init__.py --- a/lib_pypy/_hashlib/__

[pypy-commit] cffi default: Document the missing add_memory_pressure in PyPy <= 5.6

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r2897:0cfa29f0cd5e Date: 2017-03-10 08:37 +0100 http://bitbucket.org/cffi/cffi/changeset/0cfa29f0cd5e/ Log:Document the missing add_memory_pressure in PyPy <= 5.6 diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/so

[pypy-commit] cffi default: Write a paragraph about __pypy__.add_memory_pressure()

2017-03-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r2898:f6e56069e9ab Date: 2017-03-10 09:05 +0100 http://bitbucket.org/cffi/cffi/changeset/f6e56069e9ab/ Log:Write a paragraph about __pypy__.add_memory_pressure() diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/d