diff options
Diffstat (limited to 'backends/python.h')
-rw-r--r-- | backends/python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/python.h b/backends/python.h index 020aeac..539389b 100644 --- a/backends/python.h +++ b/backends/python.h @@ -45,4 +45,5 @@ typedef struct /*_python_instance_data*/ { char* default_handler; PyObject* handler; + PyObject* cleanup_handler; } python_instance_data; |