]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128657: Skip test_get_builtin_constructor when running with --parallel-threads...
authorSam Gross <colesbury@gmail.com>
Tue, 11 Feb 2025 21:59:36 +0000 (16:59 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 21:59:36 +0000 (16:59 -0500)
commit1f233f56d6a5216b18e8c3f6b8c14d7e5d62c340
tree62e366e1b1776227280993e339b3a83cdee85906
parent1a8082a4bfc002fc05beb05637df4fc13597c49f
gh-128657: Skip test_get_builtin_constructor when running with --parallel-threads (GH-130018)

The test modifies sys.modules and is not thread-safe.
Lib/test/test_hashlib.py