diff --git a/pyopencl/compyte b/pyopencl/compyte
index 6a3e53121bbac24e63cca024786a1aed15ce1413..fc06f44a14dc9658a460d001a4b4a5c8fd05b993 160000
--- a/pyopencl/compyte
+++ b/pyopencl/compyte
@@ -1 +1 @@
-Subproject commit 6a3e53121bbac24e63cca024786a1aed15ce1413
+Subproject commit fc06f44a14dc9658a460d001a4b4a5c8fd05b993
diff --git a/pyopencl/tools.py b/pyopencl/tools.py
index 30d61b77a3e22745864a76854e3c99bd21680998..fda7f5af7a92411c8e97a7b6e6eb08137f517d45 100644
--- a/pyopencl/tools.py
+++ b/pyopencl/tools.py
@@ -41,7 +41,7 @@ from pyopencl.compyte.dtypes import (
         register_dtype, _fill_dtype_registry,
         dtype_to_ctype)
 
-_fill_dtype_registry(respect_windows=False)
+_fill_dtype_registry(respect_windows=False, include_bool=False)
 get_or_register_dtype("cfloat_t", np.complex64)
 get_or_register_dtype("cdouble_t", np.complex128)