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 serhiy.storchaka
Recipients eli.bendersky, scoder, serhiy.storchaka
Date 2015-11-21.17:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448125479.67.0.778631980782.issue25691@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import xml.etree.ElementTree as ET
>>> e = ET.Element('tag')
>>> del e.tag
Segmentation fault (core dumped)

Proposed patch fixes the crash.
History
Date User Action Args
2015-11-21 17:04:39serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, eli.bendersky
2015-11-21 17:04:39serhiy.storchakasetmessageid: <1448125479.67.0.778631980782.issue25691@psf.upfronthosting.co.za>
2015-11-21 17:04:39serhiy.storchakalinkissue25691 messages
2015-11-21 17:04:39serhiy.storchakacreate