[issue35008] Leaks xml.etree.ElementTree.Element.__setsate__()

Serhiy Storchaka report at bugs.python.org
Wed Oct 17 04:46:01 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

When call the __setstate__() method of xml.etree.ElementTree.Element in the C implementation for already initialized element it leaks old children.

----------
assignee: serhiy.storchaka
components: Extension Modules
messages: 327873
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Leaks xml.etree.ElementTree.Element.__setsate__()
type: resource usage
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35008>
_______________________________________


More information about the Python-bugs-list mailing list