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