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