10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70ffa3 commit ff0bbc2Copy full SHA for ff0bbc2
numpy/core/src/multiarray/number.c
@@ -378,7 +378,7 @@ array_inplace_right_shift(PyArrayObject *m1, PyObject *m2);
378
* TODO divide can probably be handled with some extra checks (e.g. avoid on
379
* type changes like mm->d)
380
*/
381
-#if defined HAVE_BACKTRACE && HAVE_DLFCN_H
+#if defined HAVE_BACKTRACE && HAVE_DLFCN_H && ! defined PYPY_VERSION
382
/* 1 prints elided operations, 2 prints stacktraces */
383
#define NPY_ELIDE_DEBUG 0
384
#define NPY_MAX_STACKSIZE 10
0 commit comments