]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605)
authorBatuhan Taskaya <batuhan@python.org>
Tue, 8 Jun 2021 17:39:47 +0000 (20:39 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 17:39:47 +0000 (20:39 +0300)
commit87f502231c6d5b04a4d8aa23fba24fcf5303aebb
tree5f29c646fd6c2427e5227e1217750432bca4a8b5
parentd5f8bd60e1203a41996b3ee370d6f09389070627
[3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605)

(cherry picked from commit e58d762c1fb4ad5e021d016c80c2bc4513632d2f)

Co-authored-by: Batuhan Taskaya <batuhan@python.org>
Lib/test/support/__init__.py
Lib/test/test_ast.py