[pypy-commit] cffi cffi-1.0: test and fix for ffi.sizeof()

2015-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1772:7a5750bbb806 Date: 2015-04-19 10:45 +0200 http://bitbucket.org/cffi/cffi/changeset/7a5750bbb806/ Log:test and fix for ffi.sizeof() diff --git a/new/ffi_obj.c b/new/ffi_obj.c --- a/new/ffi_obj.c +++ b/new/ffi_obj.c @@

[pypy-commit] cffi cffi-1.0: ffi.alignof()

2015-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1771:1ae2580ab916 Date: 2015-04-19 10:40 +0200 http://bitbucket.org/cffi/cffi/changeset/1ae2580ab916/ Log:ffi.alignof() diff --git a/new/ffi_obj.c b/new/ffi_obj.c --- a/new/ffi_obj.c +++ b/new/ffi_obj.c @@ -190,6 +190,23 @@

[pypy-commit] pypy vmprof2: fix rpython

2015-04-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof2 Changeset: r76831:3b3feb9827e1 Date: 2015-04-19 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3b3feb9827e1/ Log:fix rpython diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py ---

[pypy-commit] cffi cffi-1.0: Reimplement the distinction between ...; and non-...; structures

2015-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1770:9d55286c87b6 Date: 2015-04-19 10:34 +0200 http://bitbucket.org/cffi/cffi/changeset/9d55286c87b6/ Log:Reimplement the distinction between ...; and non-...; structures diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c ---

[pypy-commit] cffi default: Improve the test (passing) to check that comments are correctly ignored here

2015-04-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1769:ac7bf1ea3f1b Date: 2015-04-19 09:50 +0200 http://bitbucket.org/cffi/cffi/changeset/ac7bf1ea3f1b/ Log:Improve the test (passing) to check that comments are correctly ignored here diff --git a/testing/test_verify.py

[pypy-commit] pypy vmprof2: fix the test and hopefully fix the problem

2015-04-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof2 Changeset: r76830:2af4eb203367 Date: 2015-04-19 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/2af4eb203367/ Log:fix the test and hopefully fix the problem diff --git a/rpython/jit/backend/x86/test/test_recursive.py

[pypy-commit] pypy vmprof2: use -1 as a special value

2015-04-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof2 Changeset: r76832:680ec700b161 Date: 2015-04-19 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/680ec700b161/ Log:use -1 as a special value diff --git a/pypy/module/_vmprof/src/get_custom_offset.c

[pypy-commit] pypy default: Issue2033: A descriptor with __delete__ and no __get__ is also a data descriptor.

2015-04-19 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r76839:e822667de276 Date: 2015-04-20 00:35 +0200 http://bitbucket.org/pypy/pypy/changeset/e822667de276/ Log:Issue2033: A descriptor with __delete__ and no __get__ is also a data descriptor. (CPython has only

[pypy-commit] pypy object-dtype2: add test, fix bool

2015-04-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76836:f86e55aeb94a Date: 2015-04-19 18:48 +0300 http://bitbucket.org/pypy/pypy/changeset/f86e55aeb94a/ Log:add test, fix bool diff --git a/pypy/module/micronumpy/test/test_object_arrays.py

[pypy-commit] pypy object-dtype2: prefer obscure exception to a segfault

2015-04-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76837:df509dc69d3e Date: 2015-04-19 23:25 +0300 http://bitbucket.org/pypy/pypy/changeset/df509dc69d3e/ Log:prefer obscure exception to a segfault diff --git a/pypy/module/micronumpy/types.py

[pypy-commit] pypy object-dtype2: start to add creation of array from __array_interface__, should finish this on another branch

2015-04-19 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: object-dtype2 Changeset: r76838:f8e96786ec62 Date: 2015-04-19 23:26 +0300 http://bitbucket.org/pypy/pypy/changeset/f8e96786ec62/ Log:start to add creation of array from __array_interface__, should finish this on another branch diff --git

[pypy-commit] pypy vmprof2: due to the last checkin we no longer need to do this

2015-04-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof2 Changeset: r76835:c279ae5451ba Date: 2015-04-19 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c279ae5451ba/ Log:due to the last checkin we no longer need to do this diff --git a/pypy/module/_vmprof/interp_vmprof.py

[pypy-commit] pypy callfamily: fix missing import

2015-04-19 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: callfamily Changeset: r76840:745aaafc86f8 Date: 2015-04-19 15:15 +0100 http://bitbucket.org/pypy/pypy/changeset/745aaafc86f8/ Log:fix missing import diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpython/rtyper/rpbc.py +++

[pypy-commit] pypy callfamily: cleanup

2015-04-19 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: callfamily Changeset: r76841:053f28ada18a Date: 2015-04-20 03:52 +0100 http://bitbucket.org/pypy/pypy/changeset/053f28ada18a/ Log:cleanup diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpython/rtyper/rpbc.py +++

[pypy-commit] pypy vmprof2: make lldebug0 increase the stack size

2015-04-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof2 Changeset: r76833:b5a9393ab3ea Date: 2015-04-19 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b5a9393ab3ea/ Log:make lldebug0 increase the stack size diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py

[pypy-commit] pypy vmprof2: try yet a different approach - enclose stuff in 0x2 0x3 instead of stripping (the stripping has a problem of not working when we have only one

2015-04-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: vmprof2 Changeset: r76834:8423127b5892 Date: 2015-04-19 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/8423127b5892/ Log:try yet a different approach - enclose stuff in 0x2 0x3 instead of stripping (the stripping has a problem