diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-25 23:01:35 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-25 23:01:35 +0000 |
commit | 2a71223ff0ca8ff7c9f7cb69c73de19ae19c1782 (patch) | |
tree | adf492ee27927fd99f6ab02c8f176ce5984559b4 /numpy/dft | |
parent | 9dc43c41723027dc9cb924e98d3e7a37f4f7069d (diff) | |
download | numpy-2a71223ff0ca8ff7c9f7cb69c73de19ae19c1782.tar.gz |
Raise error when using same field names and disallow object fields for now.
Diffstat (limited to 'numpy/dft')
-rw-r--r-- | numpy/dft/fftpack_litemodule.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/dft/fftpack_litemodule.c b/numpy/dft/fftpack_litemodule.c index bc6d6bbe9..4fdfa1043 100644 --- a/numpy/dft/fftpack_litemodule.c +++ b/numpy/dft/fftpack_litemodule.c @@ -260,7 +260,4 @@ initfftpack_lite(void) /* XXXX Add constants here */ - /* Check for errors */ - if (PyErr_Occurred()) - Py_FatalError("can't initialize module fftpack"); } |