Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > d854deaab2ab59bf2dd09e85612766a4 > files > 18

python3-3.1.2-7.fc13.src.rpm

Index: Modules/pyexpat.c
===================================================================
--- Modules/pyexpat.c	(revision 81539)
+++ Modules/pyexpat.c	(working copy)
@@ -415,6 +415,9 @@
     PyObject *args;
     PyObject *temp;
 
+    if (!have_handler(self, CharacterData))
+        return -1;
+
     args = PyTuple_New(1);
     if (args == NULL)
         return -1;