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 eli.bendersky, martin.panter, python-dev, scoder, serhiy.storchaka
Date 2015-11-23.06:50:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151123065052.127576.823@psf.io>
In-reply-to
Content
New changeset 852c9ed9115c by Serhiy Storchaka in branch '3.4':
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
https://hg.python.org/cpython/rev/852c9ed9115c

New changeset 3a44f06907f1 by Serhiy Storchaka in branch '3.5':
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
https://hg.python.org/cpython/rev/3a44f06907f1

New changeset 936fcd0ba6b1 by Serhiy Storchaka in branch 'default':
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
https://hg.python.org/cpython/rev/936fcd0ba6b1

New changeset e3dea2e4f93d by Serhiy Storchaka in branch '2.7':
Issue #25691: Added tests on deleting cElementTree.Element attributes.
https://hg.python.org/cpython/rev/e3dea2e4f93d
History
Date User Action Args
2015-11-23 06:50:57python-devsetrecipients: + python-dev, scoder, eli.bendersky, martin.panter, serhiy.storchaka
2015-11-23 06:50:56python-devlinkissue25691 messages
2015-11-23 06:50:56python-devcreate