]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Jun 2021 10:28:08 +0000 (03:28 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 10:28:08 +0000 (13:28 +0300)
commit38e021ab90b595945f15c59273c788f2f24053dc
tree6d05b59c7e406efa096715d28ecb3fe55b319280
parent280425d41797f9c0b20fb02a22341937a13a8987
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843) (GH-26872)

(cherry picked from commit 5c7940257e1f611e7284fd504887bd29a63d0a94)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/glob.py
Misc/NEWS.d/next/Library/2021-06-22-08-43-04.bpo-44482.U9GznK.rst [new file with mode: 0644]