[pypy-commit] cffi default: Py3 compat

2017-06-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2982:7495a3729d42 Date: 2017-06-19 10:12 +0200 http://bitbucket.org/cffi/cffi/changeset/7495a3729d42/ Log:Py3 compat diff --git a/cffi/_cffi_errors.h b/cffi/_cffi_errors.h --- a/cffi/_cffi_errors.h +++ b/cffi/_cffi_errors.h @@ -36,7 +36,11 @@ if (

[pypy-commit] cffi default: Py3 compat

2017-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2932:bac0dd1b86f9 Date: 2017-05-09 18:31 +0200 http://bitbucket.org/cffi/cffi/changeset/bac0dd1b86f9/ Log:Py3 compat diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -1484,7 +1484,7 @@

[pypy-commit] cffi default: py3 compat

2015-11-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r2397:5631e450119f Date: 2015-11-14 20:17 +0100 http://bitbucket.org/cffi/cffi/changeset/5631e450119f/ Log:py3 compat diff --git a/c/commontypes.c b/c/commontypes.c --- a/c/commontypes.c +++ b/c/commontypes.c @@ -202,7 +202,7 @@ int i, err; fo

[pypy-commit] cffi default: py3 compat

2013-04-06 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1240:95eba1b0 Date: 2013-04-05 11:57 -0700 http://bitbucket.org/cffi/cffi/changeset/95eba1b0/ Log:py3 compat diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -7,7 +7,7