$OpenBSD: patch-Modules_pyexpat_c,v 1.1.1.1 2011/09/20 10:51:26 fgsch Exp $
--- Modules/pyexpat.c.orig	Wed Jun 22 14:04:44 2011
+++ Modules/pyexpat.c	Wed Jun 22 14:05:09 2011
@@ -365,6 +365,11 @@ call_character_handler(xmlparseobject *self, const XML
                                     noop_character_data_handler);
         return -1;
     }
+    if (!have_handler(self, CharacterData)) {
+        Py_DECREF(args);
+        flag_error(self);
+        return -1;
+    }
     PyTuple_SET_ITEM(args, 0, temp);
     /* temp is now a borrowed reference; consider it unused. */
     self->in_callback = 1;
