]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk() ...
authorMalcolm Smith <smith@chaquo.com>
Sun, 10 Mar 2024 22:00:33 +0000 (22:00 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2024 22:00:33 +0000 (23:00 +0100)
commit2339e7cff745271f0e4a919573a347ab2bc1c2e9
tree23041d83abc0614b9c9e4219354a6f669b602477
parentc5fa796619a8cae5a1a8a4a043d05a99adec713d
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk() (#116058)

Replace test.support.set_recursion_limit with test.support.infinite_recursion.
Lib/test/test_os.py
Lib/test/test_pathlib/test_pathlib.py