This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-10-17.08:46:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
When call the __setstate__() method of xml.etree.ElementTree.Element in the C implementation for already initialized element it leaks old children.
History
Date User Action Args
2018-10-17 08:46:01serhiy.storchakasetrecipients: + serhiy.storchaka
2018-10-17 08:46:01serhiy.storchakasetmessageid: <[email protected]>
2018-10-17 08:46:01serhiy.storchakalinkissue35008 messages
2018-10-17 08:46:01serhiy.storchakacreate