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 5cd2e87 commit 75b3be8Copy full SHA for 75b3be8
1 file changed
Python/jit_publish.c
@@ -9,12 +9,8 @@
9
#if defined(PY_HAVE_JIT_GDB_UNWIND) \
10
|| defined(PY_HAVE_JIT_GNU_BACKTRACE_UNWIND)
11
struct _PyJitCodeRegistration {
12
-# if defined(PY_HAVE_JIT_GDB_UNWIND)
13
void *gdb_handle;
14
-# endif
15
-# if defined(PY_HAVE_JIT_GNU_BACKTRACE_UNWIND)
16
void *gnu_backtrace_handle;
17
18
};
19
#endif
20
0 commit comments