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