-
-
Notifications
You must be signed in to change notification settings - Fork 32k
[FreeThreading] test_ssl fails with env_changed: warnings.filters was modified by test_ssl #126483
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
Comments
To add to your description: So it's not safe to run |
cc @nascheme |
Should be fixed now as warnings is thread safe now. |
It's safe (and only by default) on the free threaded builds, but not on the regular builds |
…_check_hostname_idn use by test_ssl_in_multiple_threads
this also needs fixing on 3.13 |
Uh oh!
There was an error while loading. Please reload this page.
On a Free Threaded build, test_ssl fails with:
The problem comes from
test_check_hostname_idn()
which useswarnings_helper.check_no_resource_warning()
(changes warnings filters).Linked PRs
The text was updated successfully, but these errors were encountered: