8000 MAINT: Include header defining backtrace by stefanv · Pull Request #25709 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MAINT: Include header defining backtrace #25709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MAINT: Include header defining backtrace
  • Loading branch information
stefanv committed Jan 27, 2024
commit 31fe7b22b9f83492b075de9d70ae4b6f1e95ce3c
3 changes: 3 additions & 0 deletions numpy/_core/src/multiarray/temp_elide.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
*/

#if defined HAVE_BACKTRACE && defined HAVE_DLFCN_H && ! defined PYPY_VERSION

#include <feature_detection_misc.h>

/* 1 prints elided operations, 2 prints stacktraces */
#define NPY_ELIDE_DEBUG 0
#define NPY_MAX_STACKSIZE 10
Expand Down
0