[pypy-commit] cffi default: Test and fix: don't crash if there is a partial enum in the cdef()

2015-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r2277:8228937d2afe Date: 2015-09-26 09:01 +0200 http://bitbucket.org/cffi/cffi/changeset/8228937d2afe/ Log:Test and fix: don't crash if there is a partial enum in the cdef() but we try to access an enum constant from a different

[pypy-commit] pypy vecopt-merge: translation issues, zero_deps guards would produce cycle, remove them

2015-09-26 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79850:9236f6c98306 Date: 2015-09-26 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/9236f6c98306/ Log:translation issues, zero_deps guards would produce cycle, remove them diff --git

[pypy-commit] pypy vecopt-merge: test_zjit now passed the annotator to the rtyper

2015-09-26 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79849:5d1e288a9250 Date: 2015-09-25 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/5d1e288a9250/ Log:test_zjit now passed the annotator to the rtyper diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] cffi default: Issue #223

2015-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r2276:a38f64ce5c4f Date: 2015-09-26 08:51 +0200 http://bitbucket.org/cffi/cffi/changeset/a38f64ce5c4f/ Log:Issue #223 Workaround: CPython 3.4 broke compatibility by adding tp_finalize, which in this case must be

[pypy-commit] cffi default: come on Py3

2015-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r2275:56e881f76f18 Date: 2015-09-26 08:38 +0200 http://bitbucket.org/cffi/cffi/changeset/56e881f76f18/ Log:come on Py3 diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -879,7

[pypy-commit] pypy default: Issue #2145: fix the logic for "float == large_int_but_not_a_long" on

2015-09-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r79847:680327d8b1a3 Date: 2015-09-26 08:01 +0200 http://bitbucket.org/pypy/pypy/changeset/680327d8b1a3/ Log:Issue #2145: fix the logic for "float == large_int_but_not_a_long" on 64-bit machines. It happened to work on x86-64 for

[pypy-commit] pypy share-guard-info: implement fishing guard_value value directly from a jitframe, hence removing the need of failargs storing the argument, hence we can share stuff across guard_value

2015-09-26 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79854:3fb386e048dd Date: 2015-09-26 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/3fb386e048dd/ Log:implement fishing guard_value value directly from a jitframe, hence removing the need of

[pypy-commit] pypy share-guard-info: a fix with an explanation

2015-09-26 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79851:c2366bb48cc4 Date: 2015-09-26 12:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c2366bb48cc4/ Log:a fix with an explanation diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy share-guard-info: count shared guards

2015-09-26 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79852:10c6022aa88e Date: 2015-09-26 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/10c6022aa88e/ Log:count shared guards diff --git a/rpython/jit/metainterp/jitprof.py

[pypy-commit] pypy share-guard-info: make it cleaner

2015-09-26 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79853:ac8ca7d0b4c5 Date: 2015-09-26 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ac8ca7d0b4c5/ Log:make it cleaner diff --git a/rpython/jit/metainterp/jitprof.py b/rpython/jit/metainterp/jitprof.py

[pypy-commit] pypy default: document branch

2015-09-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r79857:b606e35d99a1 Date: 2015-09-27 01:03 +0100 http://bitbucket.org/pypy/pypy/changeset/b606e35d99a1/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Merge branch 'numpy-ctypes'

2015-09-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r79856:a0d630bd2618 Date: 2015-09-27 01:01 +0100 http://bitbucket.org/pypy/pypy/changeset/a0d630bd2618/ Log:Merge branch 'numpy-ctypes' Add support for ndarray.ctypes property diff --git

[pypy-commit] pypy numpy-ctypes: Close branch before merging

2015-09-26 Thread rlamy
Author: Ronan Lamy Branch: numpy-ctypes Changeset: r79855:d68b839b87f1 Date: 2015-09-27 01:00 +0100 http://bitbucket.org/pypy/pypy/changeset/d68b839b87f1/ Log:Close branch before merging ___ pypy-commit mailing list