Index: Modules/expat/xmlparse.c =================================================================== RCS file: /cvsroot/python/python/dist/src/Modules/expat/xmlparse.c,v retrieving revision 1.6 diff -u -r1.6 xmlparse.c --- Modules/expat/xmlparse.c 21 Oct 2003 15:38:55 -0000 1.6 +++ Modules/expat/xmlparse.c 20 Apr 2004 19:34:04 -0000 @@ -1478,6 +1478,7 @@ positionPtr = start; bufferEnd += len; parseEndByteIndex += len; + eventPtr = eventEndPtr = NULL; errorCode = processor(parser, start, parseEndPtr = bufferEnd, isFinal ? (const char **)NULL : &bufferPtr); if (errorCode == XML_ERROR_NONE) {