summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/umathmodule.c.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src
index d2d0ca075..a3e6d346e 100644
--- a/numpy/core/src/umathmodule.c.src
+++ b/numpy/core/src/umathmodule.c.src
@@ -2054,6 +2054,7 @@ DL_EXPORT(void) initumath(void) {
PyDict_SetItemString(d, "conj", s);
PyDict_SetItemString(d, "mod", s2);
+ return;
err:
/* Check for errors */
if (!PyErr_Occurred()) {