summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2008-08-19 06:33:09 +0000
committerCharles Harris <charlesr.harris@gmail.com>2008-08-19 06:33:09 +0000
commit3ee040052bd55f4ce46bc25b1dca5cd96e7cee9a (patch)
tree3ebf909d21cc764319c835465f475e4fc275e051
parent902dc40abae7d870ae595f1b0f264edd32dd39aa (diff)
downloadnumpy-3ee040052bd55f4ce46bc25b1dca5cd96e7cee9a.tar.gz
Add note telling users to add new functions to the end of the list.
-rw-r--r--numpy/core/code_generators/ufunc_api_order.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/core/code_generators/ufunc_api_order.txt b/numpy/core/code_generators/ufunc_api_order.txt
index 816d3121d..e0480457f 100644
--- a/numpy/core/code_generators/ufunc_api_order.txt
+++ b/numpy/core/code_generators/ufunc_api_order.txt
@@ -1,3 +1,6 @@
+# The functions in the ufunc C API. They are defined
+# here so that the order is set. Append new functions
+# to the end of the list.
PyUFunc_FromFuncAndData
PyUFunc_RegisterLoopForType
PyUFunc_GenericFunction
@@ -27,4 +30,4 @@ PyUFunc_checkfperr
PyUFunc_clearfperr
PyUFunc_getfperr
PyUFunc_handlefperr
-PyUFunc_ReplaceLoopBySignature \ No newline at end of file
+PyUFunc_ReplaceLoopBySignature