[pypy-commit] cffi static-callback: Fix the issue with subinterpreters: now each subinterpreter should have

2015-11-20 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2421:c5547a6eff56 Date: 2015-11-20 17:00 +0100 http://bitbucket.org/cffi/cffi/changeset/c5547a6eff56/ Log:Fix the issue with subinterpreters: now each subinterpreter should have its own independent copy of each @ffi.def_extern().

[pypy-commit] cffi static-callback: Fix cparser

2015-11-18 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2414:40fdfeb33597 Date: 2015-11-18 09:28 +0100 http://bitbucket.org/cffi/cffi/changeset/40fdfeb33597/ Log:Fix cparser diff --git a/cffi/cffi_opcode.py b/cffi/cffi_opcode.py --- a/cffi/cffi_opcode.py +++ b/cffi/cffi_opcode.py @@ -54,7 +54

[pypy-commit] cffi static-callback: fix

2015-11-13 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2384:98e2f9e1ab1c Date: 2015-11-13 13:43 +0100 http://bitbucket.org/cffi/cffi/changeset/98e2f9e1ab1c/ Log:fix diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -1162,7 +1162,8 @@

[pypy-commit] cffi static-callback: fix

2015-11-13 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2381:05685f1b6781 Date: 2015-11-13 13:19 +0100 http://bitbucket.org/cffi/cffi/changeset/05685f1b6781/ Log:fix diff --git a/cffi/parse_c_type.h b/cffi/parse_c_type.h --- a/cffi/parse_c_type.h +++ b/cffi/parse_c_type.h @@ -168,7 +168,7 @@