Index: third_party/cython/src/Cython/Includes/Deprecated/python_bool.pxd |
diff --git a/third_party/cython/src/Cython/Includes/Deprecated/python_bool.pxd b/third_party/cython/src/Cython/Includes/Deprecated/python_bool.pxd |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2bf64ce03e88b5a6f954c4a27a451cdb97e83072 |
--- /dev/null |
+++ b/third_party/cython/src/Cython/Includes/Deprecated/python_bool.pxd |
@@ -0,0 +1,2 @@ |
+# Present for backwards compatability |
+from cpython.bool cimport * |