diff options
Diffstat (limited to 'Include/pystate.h')
-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 2ee81df..a2fd803 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -135,6 +135,7 @@ typedef struct _ts { void *on_delete_data; PyObject *coroutine_wrapper; + int in_coroutine_wrapper; /* XXX signal handlers should also be here */ |