Author barry
Recipients
Date 2006-08-04.15:29:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
/F's sourceforge screen scraper tool triggered a crash
in _elementtree.c in the latest Python 2.5 svn.  It
seems that a Py_DECREF should probably be a Py_XDECREF
unless there's some other logic bug I'm missing. 
Here's the patch if it's the former.
History
Date User Action Args
2007-08-23 14:41:51adminlinkissue1534630 messages
2007-08-23 14:41:51admincreate