]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130095: Mark `_py_abc` tests as not thread-safe (gh-130131)
authorSam Gross <colesbury@gmail.com>
Fri, 14 Feb 2025 21:21:45 +0000 (16:21 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2025 21:21:45 +0000 (16:21 -0500)
commit39cd9728a6770d8fe7937c57385cda5c2e25a223
tree43f60bc3a42dfcd0e232acaf212317992118d346
parent5a586c3e81ab53bb1f6c20a4c80b4eb69d429410
gh-130095: Mark `_py_abc` tests as not thread-safe (gh-130131)

The `_py_abc` implementation is not currently thread-safe (even with the GIL).
Don't run these tests with `--parallel-threads=N` for now.
Lib/test/test_abc.py