aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_faulthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_faulthandler.h')
-rw-r--r--Include/internal/pycore_faulthandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pycore_faulthandler.h b/Include/internal/pycore_faulthandler.h
index 6dd7d8d7ca9..78cd657e6ae 100644
--- a/Include/internal/pycore_faulthandler.h
+++ b/Include/internal/pycore_faulthandler.h
@@ -56,6 +56,7 @@ struct _faulthandler_runtime_state {
#ifdef MS_WINDOWS
void *exc_handler;
#endif
+ int c_stack;
} fatal_error;
struct {