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.08:57:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160612085738.11470.49788.7DD03986@psf.io>
In-reply-to
Content
New changeset c071da010053 by Serhiy Storchaka in branch '2.7':
Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.
https://hg.python.org/cpython/rev/c071da010053

New changeset 17e78918f608 by Serhiy Storchaka in branch '3.5':
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
https://hg.python.org/cpython/rev/17e78918f608

New changeset 86959c696ab7 by Serhiy Storchaka in branch 'default':
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
https://hg.python.org/cpython/rev/86959c696ab7
History
Date User Action Args
2016-06-12 08:57:41python-devsetrecipients: + python-dev, rhettinger, pitrou, scoder, benjamin.peterson, stutzbach, skrah, abacabadabacaba, serhiy.storchaka
2016-06-12 08:57:41python-devlinkissue25455 messages
2016-06-12 08:57:41python-devcreate