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