]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124402: Require cpu resource in test_super slow method (#124434)
authorVictor Stinner <vstinner@python.org>
Tue, 24 Sep 2024 20:36:45 +0000 (22:36 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 20:36:45 +0000 (22:36 +0200)
commit5a605660745d32a9b9f4208666889c702527208c
treefa4d79a8ac20fc1f27629ab059907dc8fe9db65e
parentb169cf394fe70dfbc7bbe22ae703be3b21845add
gh-124402: Require cpu resource in test_super slow method (#124434)

test___class___modification_multithreaded() now requires the 'cpu'
test resource on a Free Threaded build.
Lib/test/test_super.py