]> granicus.if.org Git - python/commit
bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 20 Dec 2018 17:00:14 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 17:00:14 +0000 (19:00 +0200)
commitc5d5dfdb223efb0e668e3f317d31b8b70ae96aa6
tree75d656ef90a71f12cdf8b9cdbbaeaf3b4c341156
parent71f82a2f2085464f5ec99c16bce57bd1631733bd
bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)
Lib/distutils/archive_util.py
Lib/distutils/command/bdist_msi.py
Lib/distutils/command/config.py
Lib/distutils/command/sdist.py
Lib/distutils/util.py