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
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
101 - 102 of 102 matches
Mail list logo