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 ned.deily
Recipients mitya57, ned.deily
Date 2016-09-29.19:51:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475178665.22.0.985689949021.issue28314@psf.upfronthosting.co.za>
In-reply-to
Content
Even better:

Python 3.6.0b1 (v3.6.0b1:5b0ca4ed5e2f, Sep 12 2016, 09:24:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml.etree.ElementTree import Element
>>> el = Element('foo')
>>> el.getiterator('bar')
Segmentation fault: 11
History
Date User Action Args
2016-09-29 19:51:05ned.deilysetrecipients: + ned.deily, mitya57
2016-09-29 19:51:05ned.deilysetmessageid: <1475178665.22.0.985689949021.issue28314@psf.upfronthosting.co.za>
2016-09-29 19:51:05ned.deilylinkissue28314 messages
2016-09-29 19:51:05ned.deilycreate