diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-31 19:24:58 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-31 19:24:58 +0000 |
commit | e4c823dd9d0a3d6fdf6a5f3f7b06b586bd946d11 (patch) | |
tree | 559abdc7d60248d9497156b4698b3b9510ae10c2 /numpy/lib/src | |
parent | 4b9387a507b5b62b00bbb2b359b4fbe6b23fb86d (diff) | |
download | numpy-e4c823dd9d0a3d6fdf6a5f3f7b06b586bd946d11.tar.gz |
Py_OptimizeFlag is available from Python.h
Diffstat (limited to 'numpy/lib/src')
-rw-r--r-- | numpy/lib/src/_compiled_base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c index 1bff20a79..ea67a1080 100644 --- a/numpy/lib/src/_compiled_base.c +++ b/numpy/lib/src/_compiled_base.c @@ -342,7 +342,6 @@ static PyTypeObject *PyMemberDescr_TypePtr=NULL; 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 * |