]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Jun 2018 19:02:20 +0000 (12:02 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Jun 2018 19:02:20 +0000 (12:02 -0700)
commit2332fedb8d7037172946520bb1a552c7018261d5
tree0809d0cf690694c4a4953377b16c90c91d89a390
parentbdab3ea8b98db2133ef1e2d92b2a2c539f08ddaf
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)

(cherry picked from commit 13f51d9eec569e08475390e2a8f49f4afed1ea06)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_xml_etree.py