]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 06:47:20 +0000 (09:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 06:47:20 +0000 (09:47 +0300)
commitf0ee5ccd19ec9ad0fd6c98ebf128832c225565cd
tree6ed466bf5490987d53848f58e1c581a7b89b8c7f
parentcf2ad555113e4afc6f8cd5ac5235deef6a3fdf82
parent9062c261a4f9268f4621548ec205c80411f75b6e
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Lib/test/test_xml_etree.py
Misc/NEWS
Modules/_elementtree.c