aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/python.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/python.h')
-rw-r--r--backends/python.h1
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;