This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mitya57
Recipients doko, goodger, mitya57, serhiy.storchaka
Date 2015-05-04.20:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430771772.5.0.0533343511671.issue24125@psf.upfronthosting.co.za>
In-reply-to
Content
Fix for issue #23865 (i.e. https://hg.python.org/cpython/rev/f7ddec2e9e93 in 2.7 branch) introduced a change for xml.sax.expatreader.ExpatParser class that makes its close() method delete _parser object.

This breaks docutils, which handles exceptions in parse() and tries to use getColumnNumber() after it fails. The log is available here: <http://mitya57.me/builds/python-docutils_0.12+dfsg-1_amd64.build>.

I believe that particular chunk should be reverted.
History
Date User Action Args
2015-05-04 20:36:12mitya57setrecipients: + mitya57, goodger, doko, serhiy.storchaka
2015-05-04 20:36:12mitya57setmessageid: <1430771772.5.0.0533343511671.issue24125@psf.upfronthosting.co.za>
2015-05-04 20:36:12mitya57linkissue24125 messages
2015-05-04 20:36:12mitya57create