CPython has a threading_helper that’s part of the internal test module they use for testing CPython itself.
It has a lot of useful helpers for writing multithreaded tests. If we release a version on PyPI that people can add as a test dependency then projects across the ecosystem can make use of it as well.
Technically projects can use it already becsause test is part of CPython but it is not necessarily shipped with the interpreter in all installs and is also not public API.
It would need to keep the PSF license and optimally the original git history as well.