[pypy-commit] pypy json-decoder-maps: skip if there is no hypothesis

2019-06-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r96788:028e00604df8 Date: 2019-06-11 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/028e00604df8/ Log:skip if there is no hypothesis diff --git a/pypy/module/_pypyjson/test/test_simd.py b/pypy/module/_pypyjson/te

[pypy-commit] pypy json-decoder-maps-py3.6: 3.6 version of json-decoder-maps

2019-06-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps-py3.6 Changeset: r96790:5bea5a7b9381 Date: 2019-06-11 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5bea5a7b9381/ Log:3.6 version of json-decoder-maps diff too long, truncating to 2000 out of 2070 lines diff --git a/pypy/d

[pypy-commit] pypy json-decoder-maps: merge default

2019-06-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r96789:126a8db4e19d Date: 2019-06-11 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/126a8db4e19d/ Log:merge default diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pyp

[pypy-commit] pypy arm64: start fighting exceptions

2019-06-11 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96792:17ca4ffd0a3f Date: 2019-06-11 11:25 + http://bitbucket.org/pypy/pypy/changeset/17ca4ffd0a3f/ Log:start fighting exceptions diff --git a/rpython/jit/backend/aarch64/registers.py b/rpython/jit/backend/aarch64/registers.py --- a/rp

[pypy-commit] pypy arm64: start fighting registers

2019-06-11 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96791:7f271fc65bd8 Date: 2019-06-11 11:25 + http://bitbucket.org/pypy/pypy/changeset/7f271fc65bd8/ Log:start fighting registers diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpy

[pypy-commit] pypy json-decoder-maps-py3.6: test and fix

2019-06-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps-py3.6 Changeset: r96793:36f4881e7ef5 Date: 2019-06-11 13:31 +0200 http://bitbucket.org/pypy/pypy/changeset/36f4881e7ef5/ Log:test and fix diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/interp_decoder

[pypy-commit] pypy arm64: implement _restore_exception

2019-06-11 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96794:ce1202a8787b Date: 2019-06-11 14:18 + http://bitbucket.org/pypy/pypy/changeset/ce1202a8787b/ Log:implement _restore_exception diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a

[pypy-commit] pypy json-decoder-maps-py3.6: pfff, too much vim magic

2019-06-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps-py3.6 Changeset: r96795:74f2f7e4c35a Date: 2019-06-11 21:07 +0200 http://bitbucket.org/pypy/pypy/changeset/74f2f7e4c35a/ Log:pfff, too much vim magic diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/in