[pypy-commit] pypy default: Add the type for c_bool here.

arigo noreply at buildbot.pypy.org
Sat Sep 3 12:13:31 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r47038:7fdbf8332028
Date: 2011-09-03 12:13 +0200
http://bitbucket.org/pypy/pypy/changeset/7fdbf8332028/

Log:	Add the type for c_bool here.

diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_pypy/_ctypes/basics.py
@@ -226,6 +226,7 @@
     'Z' : _ffi.types.void_p,
     'X' : _ffi.types.void_p,
     'v' : _ffi.types.sshort,
+    '?' : _ffi.types.ubyte,
     }
 
 


More information about the pypy-commit mailing list