]> granicus.if.org Git - python/commit
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 15:07:47 +0000 (08:07 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 12 Sep 2019 15:07:47 +0000 (16:07 +0100)
commit98a4a713d001cf2dfb04a9e318e4aea899bc8fbd
tree9fc6b5e5b5e972929499f8cbdd921965f63d0220
parent36c29e444d6bc0e31b46509610d3fb7cff74f2c2
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) (GH-16043)

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).
(cherry picked from commit f9dc2ad89032201427ed5f08061c703794627ad9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_glob.py
Lib/test/test_os.py
Lib/test/test_pathlib.py