diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-10-17-11-54-04.bpo-35008.dotef_.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-17-11-54-04.bpo-35008.dotef_.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-17-11-54-04.bpo-35008.dotef_.rst b/Misc/NEWS.d/next/Library/2018-10-17-11-54-04.bpo-35008.dotef_.rst deleted file mode 100644 index 3d12a918fc7..00000000000 --- a/Misc/NEWS.d/next/Library/2018-10-17-11-54-04.bpo-35008.dotef_.rst +++ /dev/null @@ -1,3 +0,0 @@ -Fixed references leaks when call the ``__setstate__()`` method of -:class:`xml.etree.ElementTree.Element` in the C implementation for already -initialized element. |