diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2008-11-10 04:49:05 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2008-11-10 04:49:05 +0000 |
commit | 32ccf77ab97a08440a6b74af6b674ffff8f1a91b (patch) | |
tree | 372217927769d873c3fc99bbeb6f6c6f5d9484f1 | |
parent | d969d70d29559cd6c9996008441e4c1196d688ce (diff) | |
download | numpy-32ccf77ab97a08440a6b74af6b674ffff8f1a91b.tar.gz |
Move new generalized ufunc function to end of api list.
-rw-r--r-- | numpy/core/code_generators/ufunc_api_order.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/ufunc_api_order.txt b/numpy/core/code_generators/ufunc_api_order.txt index f8a76866d..d80f30ec8 100644 --- a/numpy/core/code_generators/ufunc_api_order.txt +++ b/numpy/core/code_generators/ufunc_api_order.txt @@ -2,7 +2,6 @@ # here so that the order is set. Append new functions # to the end of the list. PyUFunc_FromFuncAndData -PyUFunc_FromFuncAndDataAndSignature PyUFunc_RegisterLoopForType PyUFunc_GenericFunction PyUFunc_f_f_As_d_d @@ -32,3 +31,4 @@ PyUFunc_clearfperr PyUFunc_getfperr PyUFunc_handlefperr PyUFunc_ReplaceLoopBySignature +PyUFunc_FromFuncAndDataAndSignature |