Skip to content

[3.9] bpo-43292: Fix file leak in ET.iterparse() when not exhausted (GH-31696) - #31720

Merged
serhiy-storchaka merged 2 commits into
python:3.9from
miss-islington:backport-496c428-3.9
Mar 7, 2022
Merged

[3.9] bpo-43292: Fix file leak in ET.iterparse() when not exhausted (GH-31696)#31720
serhiy-storchaka merged 2 commits into
python:3.9from
miss-islington:backport-496c428-3.9

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Mar 7, 2022

Copy link
Copy Markdown
Contributor

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
(cherry picked from commit 496c428)

Co-authored-by: Jacob Walls jacobtylerwalls@gmail.com

https://bugs.python.org/issue43292

…onGH-31696)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 496c428)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
@miss-islington

Copy link
Copy Markdown
ContributorAuthor

@jacobtylerwalls and @serhiy-storchaka: Status check is done, and it's a failure ❌ .

Comment threadLib/test/test_xml_etree.py Outdated
@serhiy-storchaka
serhiy-storchaka merged commit 852d9b7 into python:3.9Mar 7, 2022
@miss-islington
miss-islington deleted the backport-496c428-3.9 branch March 7, 2022 11:49
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…pythonGH-31696) (pythonGH-31720)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 496c428)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@serhiy-storchaka@the-knights-who-say-ni@bedevere-bot@jacobtylerwalls