[pypy-commit] pypy default: A failing test for issue #2926

2018-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r95434:708fbffab6a0 Date: 2018-12-07 10:46 +0200 http://bitbucket.org/pypy/pypy/changeset/708fbffab6a0/ Log:A failing test for issue #2926 diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/ji

[pypy-commit] pypy default: Fix for 708fbffab6a0

2018-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r95435:b010806d20bf Date: 2018-12-07 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b010806d20bf/ Log:Fix for 708fbffab6a0 diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/ji

[pypy-commit] pypy math-improvements: Review the low-level parts. Fixes some details

2018-12-07 Thread arigo
Author: Armin Rigo Branch: math-improvements Changeset: r95436:ecb5ca585871 Date: 2018-12-07 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/ecb5ca585871/ Log:Review the low-level parts. Fixes some details diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpython/rtyper/lltypes

[pypy-commit] pypy cleanup-test_lib_pypy: Use a fixture to inject the test dll; random cleanups

2018-12-07 Thread rlamy
Author: Ronan Lamy Branch: cleanup-test_lib_pypy Changeset: r95439:9bf67667765c Date: 2018-12-08 06:38 + http://bitbucket.org/pypy/pypy/changeset/9bf67667765c/ Log:Use a fixture to inject the test dll; random cleanups diff --git a/pypy/module/test_lib_pypy/ctypes_tests/conftest.py b/pyp