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