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 python-dev
Recipients abacabadabacaba, benjamin.peterson, pitrou, python-dev, rhettinger, scoder, serhiy.storchaka, skrah, stutzbach
Date 2016-06-12.06:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160612064946.114506.60808.CE61A282@psf.io>
In-reply-to
Content
New changeset e44bd1259bda by Serhiy Storchaka in branch '3.5':
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
https://hg.python.org/cpython/rev/e44bd1259bda

New changeset e3671a684ea0 by Serhiy Storchaka in branch 'default':
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
https://hg.python.org/cpython/rev/e3671a684ea0
History
Date User Action Args
2016-06-12 06:49:49python-devsetrecipients: + python-dev, rhettinger, pitrou, scoder, benjamin.peterson, stutzbach, skrah, abacabadabacaba, serhiy.storchaka
2016-06-12 06:49:49python-devlinkissue25455 messages
2016-06-12 06:49:48python-devcreate