Author: Armin Rigo <[email protected]>
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,
     }
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to