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

2018-10-18 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-18 Thread miss-islington


miss-islington  added the comment:


New changeset 5b9b9353de502853b42a20d950ad0ac1fadd05ea by Miss Islington (bot) 
in branch '3.7':
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
https://github.com/python/cpython/commit/5b9b9353de502853b42a20d950ad0ac1fadd05ea


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-18 Thread miss-islington


miss-islington  added the comment:


New changeset bcbefe23fe2eb616a03c22764ba4ea79e12e3e28 by Miss Islington (bot) 
in branch '3.6':
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
https://github.com/python/cpython/commit/bcbefe23fe2eb616a03c22764ba4ea79e12e3e28


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-18 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9294

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-18 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 6f906b3d727d6b341abd5ad9c0652bbcbd5eb024 by Serhiy Storchaka in 
branch 'master':
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
https://github.com/python/cpython/commit/6f906b3d727d6b341abd5ad9c0652bbcbd5eb024


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-18 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9293

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-17 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
nosy: +eli.bendersky, scoder

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-17 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +9277
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-10-17 Thread Serhiy Storchaka


New submission from Serhiy Storchaka :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com