From 3ee040052bd55f4ce46bc25b1dca5cd96e7cee9a Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Tue, 19 Aug 2008 06:33:09 +0000 Subject: Add note telling users to add new functions to the end of the list. --- numpy/core/code_generators/ufunc_api_order.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'numpy') 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 -- cgit v1.2.1