I recently learned about the threading_helper
, module in the private test
package CPython ships.
Is there any problem with factoring it out into its own pip
-installable project, assuming I keep the PSF license? It seems like it might be generally useful as a test dependency for projects that want to write better multithreaded tests.