[pypy-commit] cffi default: Document 'onerror'.

2015-07-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r2209:08e9e358f971 Date: 2015-07-05 09:33 +0200 http://bitbucket.org/cffi/cffi/changeset/08e9e358f971/ Log:Document 'onerror'. diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -506,7 +506,

[pypy-commit] pypy default: Trying to fix this call, which should be done with the GIL released

2015-07-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r78438:cb8906cadec3 Date: 2015-07-05 09:00 +0100 http://bitbucket.org/pypy/pypy/changeset/cb8906cadec3/ Log:Trying to fix this call, which should be done with the GIL released diff --git a/pypy/module/_cffi_backend/cglob.py b/pypy/module/_cffi_backend/

[pypy-commit] pypy default: Import cffi/08e9e358f971

2015-07-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r78439:d791ed0bc8a9 Date: 2015-07-05 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/d791ed0bc8a9/ Log:Import cffi/08e9e358f971 diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -298,8

[pypy-commit] pypy default: merge heads

2015-07-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r78440:ac9cff797efb Date: 2015-07-05 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ac9cff797efb/ Log:merge heads diff --git a/pypy/module/_cffi_backend/cglob.py b/pypy/module/_cffi_backend/cglob.py --- a/pypy/module/_cffi_backend/cglob.py +++ b/

[pypy-commit] pypy optresult-unroll: start writing direct tests of short preamble support

2015-07-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78441:60495ed32c01 Date: 2015-07-05 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/60495ed32c01/ Log:start writing direct tests of short preamble support diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metain

[pypy-commit] cffi default: Expand the explanation of the hack

2015-07-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r2210:56ce956f2e0d Date: 2015-07-05 18:50 +0200 http://bitbucket.org/cffi/cffi/changeset/56ce956f2e0d/ Log:Expand the explanation of the hack diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst