◐ Shell
clean mode source ↗

bpo-37421: test_winconsoleio doesn't leak temp file anymore by vstinner · Pull Request #14562 · python/cpython

test_winconsoleio doesn't leak a temporary file anymore: use
tempfile.TemporaryFile() to remove it when the test completes.

@vstinner vstinner deleted the test_winconsoleio_tmpfile branch

July 3, 2019 09:10

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 3, 2019
…-14562)

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>

miss-islington added a commit that referenced this pull request

Jul 3, 2019
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>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…-14562)

test_winconsoleio doesn't leak a temporary file anymore: use
tempfile.TemporaryFile() to remove it when the test completes.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…-14562)

test_winconsoleio doesn't leak a temporary file anymore: use
tempfile.TemporaryFile() to remove it when the test completes.