GNOME Bugzilla – Bug 168504
Python win32 binding SAXParseFile crashes
Last modified: 2009-08-15 18:40:50 UTC
Steps to reproduce: the following code crashes: import libxml2 libxml2.SAXParseFile(libxml2.SAXCallback(), "c:/path/to/valid.xml", False) Alternative solution: provide documentation on using SAX parser with Python bindings. Stack trace: Other information:
Okay, fixed in CVS, Daniel
This should be closed by release of libxml2-2.6.21, thanks, Daniel