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