]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Jun 2022 08:17:19 +0000 (01:17 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 08:17:19 +0000 (01:17 -0700)
commit82f9041c0a608f4416d66340c18bbb45ae929860
tree46e66d11298e174fd7d65a156342116628ad18e0
parent1901d2a94853b85184a3abbde0f2bd9bba9033c9
gh-83499: Fix closing file descriptors in tempfile (GH-93874)

(cherry picked from commit d4792ce916b94d090b6c7bce8b0f973e840c9e4e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2022-06-15-21-28-16.gh-issue-83499.u3DQJ-.rst [new file with mode: 0644]