summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-08-01 13:00:37 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-08-01 13:00:37 +0200
commit02d4195a3f8949c50d0961a9205adaeff60f41ce (patch)
tree7a9fe561e9937cd52bf49d7a18c4fbe295b89cfa
parent552e356ff2776d775dbdff61c0a5d7ae217ac588 (diff)
downloadcython-02d4195a3f8949c50d0961a9205adaeff60f41ce.tar.gz
Add a comment that numpy.pxd is maintained by the NumPy project.
-rw-r--r--Cython/Includes/numpy/__init__.pxd4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cython/Includes/numpy/__init__.pxd b/Cython/Includes/numpy/__init__.pxd
index 7d8148afb..9d7a6112b 100644
--- a/Cython/Includes/numpy/__init__.pxd
+++ b/Cython/Includes/numpy/__init__.pxd
@@ -1,5 +1,9 @@
# NumPy static imports for Cython
#
+# NOTE: Do not make incompatible local changes to this file without contacting the NumPy project.
+# This file is maintained by the NumPy project at
+# https://github.com/numpy/numpy/tree/master/numpy
+#
# If any of the PyArray_* functions are called, import_array must be
# called first. This is done automatically by Cython 3.0+ if a call
# is not detected inside of the module.