[Numpy-svn] r2929 - trunk/numpy/lib/src

numpy-svn at scipy.org numpy-svn at scipy.org
Mon Jul 31 15:25:00 EDT 2006


Author: oliphant
Date: 2006-07-31 14:24:58 -0500 (Mon, 31 Jul 2006)
New Revision: 2929

Modified:
   trunk/numpy/lib/src/_compiled_base.c
Log:
Py_OptimizeFlag is available from Python.h

Modified: trunk/numpy/lib/src/_compiled_base.c
===================================================================
--- trunk/numpy/lib/src/_compiled_base.c	2006-07-31 19:22:51 UTC (rev 2928)
+++ trunk/numpy/lib/src/_compiled_base.c	2006-07-31 19:24:58 UTC (rev 2929)
@@ -342,7 +342,6 @@
 static PyTypeObject *PyGetSetDescr_TypePtr=NULL;
 static PyTypeObject *PyMethodDescr_TypePtr=NULL;
 
-extern int Py_OptimizeFlag;
 /* Can only be called if doc is currently NULL
 */
 static PyObject *




More information about the Numpy-svn mailing list