gh-126483: disable warnings filters mutation in concurrent test (GH-132694)
The `test_ssl_in_multiple_threads` test failed because `test_check_hostname_idn()` modified the global warnings filters via `warnings_helper.check_no_resource_warning()`. Only check for warnings when the context aware warnings feature is enabled, which makes the warnings filter context-local and thread-safe.
T
Thomas Grainger committed
40c8be0008ecadb5d0dc9a017434b1133a3a6e06
Parent: bc00ce9
Committed by GitHub <noreply@github.com>
on 6/4/2025, 1:00:25 PM