Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_importlib.test_side_effect_import() (python#104840)
Wait until the thread spawn by the import completes to avoid dangling threads. With this fix, the following command no longer fails: ./python -m test --fail-env-changed test_importlib -m test_side_effect_import -F -j20
- Loading branch information