diff options
Diffstat (limited to 'numpy')
-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 |