diff options
Diffstat (limited to 'Include/pystate.h')
-rw-r--r-- | Include/pystate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/pystate.h b/Include/pystate.h index 4239108..1ff2626 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -29,6 +29,9 @@ typedef struct _is { #ifdef HAVE_DLOPEN int dlopenflags; #endif +#ifdef WITH_TSC + int tscdump; +#endif } PyInterpreterState; |