]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124402: Require cpu resource in test_super slow method (GH-124434) (#124468)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 22:23:17 +0000 (00:23 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 22:23:17 +0000 (22:23 +0000)
commit2f25d855dffe03a5f15ad8709d495f8dc9daae27
treef28d09aceadf497936fca4061994bb0d24275780
parent8c0c3443f39cd8a7d177516e814082f8bdb46f63
[3.13] gh-124402: Require cpu resource in test_super slow method (GH-124434) (#124468)

gh-124402: Require cpu resource in test_super slow method (GH-124434)

test___class___modification_multithreaded() now requires the 'cpu'
test resource on a Free Threaded build.
(cherry picked from commit 5a605660745d32a9b9f4208666889c702527208c)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_super.py