Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_importlib.test_side_effect_import() #104840

Merged
merged 1 commit into from
May 24, 2023

Commits on May 24, 2023

  1. Fix test_importlib.test_side_effect_import()

    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
    vstinner committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6c3193a View commit details
    Browse the repository at this point in the history