[issue35013] Add more type checks for children of xml.etree.ElementTree.Element

2018-10-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently some methods for xml.etree.ElementTree.Element check the type subelements: append(), extend(), insert(). But there are other ways to add non-Element children: __setitem__(), __setstate__(), __deepcopy__(). This could cause crashes later in the

[issue24658] open().write() fails on 2 GB+ data (OS X)

2018-10-17 Thread miss-islington
miss-islington added the comment: New changeset 178d1c07778553bf66e09fe0bb13796be3fb9abf by Miss Islington (bot) in branch '3.7': bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) https://github.com/python/cpython/commit/178d1c07778553bf66e09fe0bb13796be3fb9abf -- nosy

<    1   2