]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128657: Run test_hashlib with `--parallel-threads` (GH-129833)
authorSam Gross <colesbury@gmail.com>
Sat, 8 Feb 2025 20:12:21 +0000 (15:12 -0500)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 20:12:21 +0000 (12:12 -0800)
commitc1f352bf0813803bb795b796c16040a5cd4115f2
treede239377cc29d958018088c0efd983f98521f57e
parent5ce70ad129d2e34a09f8ae6ee0542f4f996fb8ec
gh-128657: Run test_hashlib with `--parallel-threads` (GH-129833)

* gh-128657: Run test_hashlib with `--parallel-threads`

This catches the race in `py_digest_by_name` that is fixed separately
in gh-128886.

* Adjust assertion order
Lib/test/libregrtest/tsan.py
Lib/test/test_hashlib.py