commit | f9dc2ad89032201427ed5f08061c703794627ad9 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 12 15:54:48 2019 +0300 |
committer | Gregory P. Smith <greg@krypto.org> | Thu Sep 12 13:54:48 2019 +0100 |
tree | 76f92a623714e6cb88f7dae8e4a175d2a4e00c02 | |
parent | 5a4f82f457049b5b07b6fba4ca42bc1ecf597976 [diff] |
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) Test that they do not keep too many file descriptors open for the host OS in a reasonable test scenario. See [bpo-37935](https://bugs.python.org/issue37935).