]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Mar 2020 12:53:29 +0000 (05:53 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 12:53:29 +0000 (05:53 -0700)
commit80be9c344f9fa619c24712c699b70126fc202315
tree94799e44dca791f5040b28702f9210ea5528f5fe
parent9d5ed8355d4cb73ab13fa6094c9ab57798dff3be
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)

(cherry picked from commit 88944a44aa84b0f3674939019b1befbc7a9dc874)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/_elementtree.c