diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/ufunc_api_order.txt | 5 |
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 |