diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pystate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pystate.h b/Include/pystate.h index d5e2e1f..15a264c 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -49,6 +49,7 @@ typedef struct _ts { int recursion_depth; int ticker; int tracing; + int use_tracing; Py_tracefunc c_profilefunc; Py_tracefunc c_tracefunc; |