[3.8] bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by miss-islington · Pull Request #14569 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
test_winconsoleio doesn't leak a temporary file anymore: use
tempfile.TemporaryFile() to remove it when the test completes.
(cherry picked from commit b71d8d6)
Co-authored-by: Victor Stinner vstinner@redhat.com
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Jul 3, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
miss-islington
merged commit
a2a807f
into
python:3.8
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-b71d8d6-3.8
branch
miss-islington
commented
Jul 3, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
1 similar comment
miss-islington
commented
Jul 3, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment