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