[pypy-commit] pypy share-guard-info: make the crash more explicit

2015-09-27 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79858:08a671c04e1f Date: 2015-09-27 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/08a671c04e1f/ Log:make the crash more explicit diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optim

[pypy-commit] pypy default: Test and fix (this should fix test_pypy_c.test_generators)

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79859:afce8682985f Date: 2015-09-27 09:49 +0200 http://bitbucket.org/pypy/pypy/changeset/afce8682985f/ Log:Test and fix (this should fix test_pypy_c.test_generators) diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/opti

[pypy-commit] pypy default: do not chain ndarray.base; ensure ndarray.base.base is None

2015-09-27 Thread mattip
Author: mattip Branch: Changeset: r79862:399217ef3933 Date: 2015-09-27 02:38 +0300 http://bitbucket.org/pypy/pypy/changeset/399217ef3933/ Log:do not chain ndarray.base; ensure ndarray.base.base is None diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy default: fix translation - closure -> class

2015-09-27 Thread mattip
Author: mattip Branch: Changeset: r79863:403ce2521b92 Date: 2015-09-27 08:52 +0300 http://bitbucket.org/pypy/pypy/changeset/403ce2521b92/ Log:fix translation - closure -> class diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: use timsort in astype to ascertain stride pattern, but create a continuous array

2015-09-27 Thread mattip
Author: mattip Branch: Changeset: r79861:1bba158521bb Date: 2015-09-27 02:36 +0300 http://bitbucket.org/pypy/pypy/changeset/1bba158521bb/ Log:use timsort in astype to ascertain stride pattern, but create a continuous array diff --git a/pypy/module/micronumpy/concrete.py b/pypy/modu

[pypy-commit] pypy default: add failing tests that pass with upstream -A

2015-09-27 Thread mattip
Author: mattip Branch: Changeset: r79860:5c67d551e0c5 Date: 2015-09-27 02:35 +0300 http://bitbucket.org/pypy/pypy/changeset/5c67d551e0c5/ Log:add failing tests that pass with upstream -A diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py

[pypy-commit] cffi default: The symbol "myprintf" seems to conflict on some machines. Use a

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r2278:fd7a1817301d Date: 2015-09-27 13:10 +0200 http://bitbucket.org/cffi/cffi/changeset/fd7a1817301d/ Log:The symbol "myprintf" seems to conflict on some machines. Use a different name in this test. diff --git a/testing/cffi0/test_verify.py b/t

[pypy-commit] cffi default: More of the same

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r2279:b25fef6ab1f1 Date: 2015-09-27 13:12 +0200 http://bitbucket.org/cffi/cffi/changeset/b25fef6ab1f1/ Log:More of the same diff --git a/testing/cffi1/test_verify1.py b/testing/cffi1/test_verify1.py --- a/testing/cffi1/test_verify1.py +++ b/testing/cffi

[pypy-commit] pypy default: Obscure test, but I've seen something like that occur. In general we

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79864:bc6376d1c390 Date: 2015-09-27 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/bc6376d1c390/ Log:Obscure test, but I've seen something like that occur. In general we need to review all usages of get_forwarded() on an int box: this

[pypy-commit] pypy default: Test fix

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79865:644a9163d222 Date: 2015-09-27 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/644a9163d222/ Log:Test fix diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py --- a/rpython/jit/metain

[pypy-commit] pypy default: Confusion: RPython assumes everywhere (including in the JIT) that

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79866:ea08d9ade6c4 Date: 2015-09-27 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/ea08d9ade6c4/ Log:Confusion: RPython assumes everywhere (including in the JIT) that lltype.UniChar is unsigned. But that's wrong: the C backend tran

[pypy-commit] pypy.org extradoc: update the values

2015-09-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r640:74b141147652 Date: 2015-09-27 17:34 +0200 http://bitbucket.org/pypy/pypy.org/changeset/74b141147652/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $60561 of $105000 (

[pypy-commit] pypy share-guard-info: merge default

2015-09-27 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79867:303ed67a871d Date: 2015-09-27 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/303ed67a871d/ Log:merge default diff too long, truncating to 2000 out of 3974 lines diff --git a/pypy/config/pypyoption.py b/pypy/config/p

[pypy-commit] pypy share-guard-info: be a bit more precise about the resume position

2015-09-27 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79868:f0e67a65063e Date: 2015-09-27 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f0e67a65063e/ Log:be a bit more precise about the resume position diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/

[pypy-commit] pypy default: Trying half-heartedly to fix the timeout error that shows up every night

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79869:598733b07629 Date: 2015-09-27 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/598733b07629/ Log:Trying half-heartedly to fix the timeout error that shows up every night (with, of course, no clue about where it is) diff --git a/pypy/m

[pypy-commit] pypy share-guard-info: disable this optimization

2015-09-27 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79870:651d73ba0f96 Date: 2015-09-27 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/651d73ba0f96/ Log:disable this optimization diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimize

[pypy-commit] pypy share-guard-info: merge default

2015-09-27 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79871:be6fe02ea18a Date: 2015-09-27 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/be6fe02ea18a/ Log:merge default diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/ex

[pypy-commit] pypy default: Comment

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79872:341417fe59f5 Date: 2015-09-27 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/341417fe59f5/ Log:Comment diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py -

[pypy-commit] pypy share-guard-info: disable debug_prints

2015-09-27 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79873:0f368155651f Date: 2015-09-27 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/0f368155651f/ Log:disable debug_prints diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/o