cpython/Misc/NEWS.d/next
Miss Islington (bot) 5b9b9353de
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
C implementation of xml.etree.ElementTree.Element.__setstate__()
leaked references to children when called for already initialized
element.
(cherry picked from commit 6f906b3d72)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-10-18 00:17:15 -07:00
..
Build [3.7] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9940) 2018-10-17 19:06:30 -07:00
C API 3.7.1rc2 2018-10-13 03:01:13 -04:00
Core and Builtins bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) 2018-10-14 14:26:28 -07:00
Documentation bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) 2018-10-15 23:46:38 -07:00
IDLE 3.7.1rc1 2018-09-26 02:16:09 -04:00
Library bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) 2018-10-18 00:17:15 -07:00
Security 3.7.1rc1 2018-09-26 02:16:09 -04:00
Tests 3.7.1rc2 2018-10-13 03:01:13 -04:00
Tools-Demos bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) 2018-10-15 14:47:56 -07:00
Windows 3.7.1rc1 2018-09-26 02:16:09 -04:00
macOS bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) 2018-10-17 23:58:40 -07:00