[pypy-commit] cffi python3-port: Fix

2012-08-12 Thread arigo
Author: Armin Rigo Branch: python3-port Changeset: r823:f14a95a0751d Date: 2012-08-12 19:33 +0200 http://bitbucket.org/cffi/cffi/changeset/f14a95a0751d/ Log:Fix diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py +++ b/cffi/backend_ctypes.py @@ -469,6 +4

[pypy-commit] cffi python3-port: Fix test_c to pass both on Python 2.6-2.7 and on Python 3.3.

2012-08-12 Thread arigo
Author: Armin Rigo Branch: python3-port Changeset: r821:2440a94675da Date: 2012-08-12 18:50 +0200 http://bitbucket.org/cffi/cffi/changeset/2440a94675da/ Log:Fix test_c to pass both on Python 2.6-2.7 and on Python 3.3. Will not care about Python 3.0-3.2 for the test suite because of t