[pypy-commit] pypy default: update cffi/d9c892b5a64b

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r86051:68c75f95713b Date: 2016-08-06 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/68c75f95713b/ Log:update cffi/d9c892b5a64b diff --git a/lib_pypy/cffi/_cffi_include.h b/lib_pypy/cffi/_cffi_include.h --- a/lib_pypy/cffi/_cffi_include.h +++ b/lib

[pypy-commit] cffi default: Avoid a combination where we end up with two incompatible "typedef xxx

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2735:d9c892b5a64b Date: 2016-08-06 22:16 +0200 http://bitbucket.org/cffi/cffi/changeset/d9c892b5a64b/ Log:Avoid a combination where we end up with two incompatible "typedef xxx _Bool;" diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h --

[pypy-commit] cffi default: Update docs

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2734:afc6e9c21056 Date: 2016-08-06 21:05 +0200 http://bitbucket.org/cffi/cffi/changeset/afc6e9c21056/ Log:Update docs diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -837,8 +837,8 @@ .. __:

[pypy-commit] pypy default: Import cffi/6ddf5a9d1409

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r86050:67a7286bfdd2 Date: 2016-08-06 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/67a7286bfdd2/ Log:Import cffi/6ddf5a9d1409 diff --git a/lib_pypy/cffi/_cffi_include.h b/lib_pypy/cffi/_cffi_include.h --- a/lib_pypy/cffi/_cffi_include.h +++ b/lib

[pypy-commit] pypy py3.5-async: Fix test for build_set_unpack, add test for build_map_unpack_with_call, fix getFuncDesc

2016-08-06 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r86049:7f49d892fb4d Date: 2016-08-06 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/7f49d892fb4d/ Log:Fix test for build_set_unpack, add test for build_map_unpack_with_call, fix getFuncDesc diff --git a/pypy/interpreter/pyop

[pypy-commit] cffi default: Seems that as a #define, this hack breaks if a future header does

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2733:6ddf5a9d1409 Date: 2016-08-06 20:27 +0200 http://bitbucket.org/cffi/cffi/changeset/6ddf5a9d1409/ Log:Seems that as a #define, this hack breaks if a future header does "typedef bool _Bool;". With a typedef, though, we get two identical

[pypy-commit] extradoc extradoc: suggest some tweaks, feel free to revert

2016-08-06 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5664:d5eaf9f670d2 Date: 2016-08-06 21:17 +0300 http://bitbucket.org/pypy/extradoc/changeset/d5eaf9f670d2/ Log:suggest some tweaks, feel free to revert diff --git a/blog/draft/new-jit-log.rst b/blog/draft/new-jit-log.rst --- a/blog/draft/new-ji

[pypy-commit] pypy default: Update to cffi 1.8.0

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r86048:fa7bd4dae2a8 Date: 2016-08-06 19:35 +0200 http://bitbucket.org/pypy/pypy/changeset/fa7bd4dae2a8/ Log:Update to cffi 1.8.0 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/l

[pypy-commit] cffi default: Update the version number to 1.8

2016-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2732:875dcaa2b519 Date: 2016-08-06 19:32 +0200 http://bitbucket.org/cffi/cffi/changeset/875dcaa2b519/ Log:Update the version number to 1.8 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @

[pypy-commit] pypy improve-vmprof-testing: expose some other problems

2016-08-06 Thread fijal
Author: fijal Branch: improve-vmprof-testing Changeset: r86047:8ba040124913 Date: 2016-08-06 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8ba040124913/ Log:expose some other problems diff --git a/rpython/jit/backend/test/test_rvmprof.py b/rpython/jit/backend/test/test_rvmprof.py ---

[pypy-commit] pypy improve-vmprof-testing: rvmprof: record the correct Python frames during pyjitpl

2016-08-06 Thread arigo
Author: Armin Rigo Branch: improve-vmprof-testing Changeset: r86046:11f391e1f1d6 Date: 2016-08-06 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/11f391e1f1d6/ Log:rvmprof: record the correct Python frames during pyjitpl diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/c

[pypy-commit] pypy.org extradoc: Update the "Installing NumPy" section. Push numpy-via-cpyext forward.

2016-08-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r775:2f768f8073b0 Date: 2016-08-06 13:02 +0200 http://bitbucket.org/pypy/pypy.org/changeset/2f768f8073b0/ Log:Update the "Installing NumPy" section. Push numpy-via-cpyext forward. diff --git a/download.html b/download.html --- a/download

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

2016-08-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r774:b523df27f1bf Date: 2016-08-06 09:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b523df27f1bf/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $64781 of $105000 (