]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
authorErlend E. Aasland <erlend@python.org>
Mon, 8 Apr 2024 12:45:25 +0000 (14:45 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 12:45:25 +0000 (14:45 +0200)
commitca62ffd1a5ef41401abceddfd171c76c68825a35
treebc5ece1694f0d99642446844f74be11ebd7e53b0
parent9a12f5d1c19dee1f89684be776680aeaf117be5b
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)

The test suite fetches the C recursion limit from the _testcapi
extension module. Test extension modules can be disabled using the
--disable-test-modules configure option.
14 files changed:
Lib/test/list_tests.py
Lib/test/mapping_tests.py
Lib/test/support/__init__.py
Lib/test/test_ast.py
Lib/test/test_collections.py
Lib/test/test_compile.py
Lib/test/test_dict.py
Lib/test/test_dictviews.py
Lib/test/test_exception_group.py
Lib/test/test_exceptions.py
Lib/test/test_functools.py
Lib/test/test_isinstance.py
Lib/test/test_marshal.py
Lib/test/test_sys_settrace.py