[Numpy-svn] r5663 - branches/gen_ufuncs/numpy/core/code_generators

numpy-svn at scipy.org numpy-svn at scipy.org
Mon Aug 18 19:30:48 EDT 2008


Author: stefan
Date: 2008-08-18 18:30:34 -0500 (Mon, 18 Aug 2008)
New Revision: 5663

Modified:
   branches/gen_ufuncs/numpy/core/code_generators/ufunc_api_order.txt
Log:
Move PyUFunc_FromFuncAndDataAndSignature to bottom of ufunc_api_order.txt
[for Hans-Andreas Engel].


Modified: branches/gen_ufuncs/numpy/core/code_generators/ufunc_api_order.txt
===================================================================
--- branches/gen_ufuncs/numpy/core/code_generators/ufunc_api_order.txt	2008-08-15 23:39:04 UTC (rev 5662)
+++ branches/gen_ufuncs/numpy/core/code_generators/ufunc_api_order.txt	2008-08-18 23:30:34 UTC (rev 5663)
@@ -1,5 +1,4 @@
 PyUFunc_FromFuncAndData
-PyUFunc_FromFuncAndDataAndSignature
 PyUFunc_RegisterLoopForType
 PyUFunc_GenericFunction
 PyUFunc_f_f_As_d_d
@@ -28,4 +27,5 @@
 PyUFunc_clearfperr
 PyUFunc_getfperr
 PyUFunc_handlefperr
-PyUFunc_ReplaceLoopBySignature
\ No newline at end of file
+PyUFunc_ReplaceLoopBySignature
+PyUFunc_FromFuncAndDataAndSignature




More information about the Numpy-svn mailing list