diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/ufunc_api_order.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/code_generators/ufunc_api_order.txt b/numpy/core/code_generators/ufunc_api_order.txt index 5e637631a..88b042e2d 100644 --- a/numpy/core/code_generators/ufunc_api_order.txt +++ b/numpy/core/code_generators/ufunc_api_order.txt @@ -1,5 +1,4 @@ PyUFunc_FromFuncAndData -PyUFunc_FromFuncAndDataAndSignature PyUFunc_RegisterLoopForType PyUFunc_GenericFunction PyUFunc_f_f_As_d_d @@ -28,4 +27,5 @@ PyUFunc_checkfperr PyUFunc_clearfperr PyUFunc_getfperr PyUFunc_handlefperr -PyUFunc_ReplaceLoopBySignature
\ No newline at end of file +PyUFunc_ReplaceLoopBySignature +PyUFunc_FromFuncAndDataAndSignature |