10000 gh-126483: disable warnings filters mutation in concurrent test_check… by graingert · Pull Request #132694 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126483: disable warnings filters mutation in concurrent test_check… #132694

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

Prev Previous commit
Next Next commit
Update Lib/test/test_ssl.py
  • Loading branch information
graingert authored Apr 18, 2025
commit 5b109a62365fb018068cb0320b104b0d049a4617
1 change: 0 additions & 1 deletion Lib/test/test_ssl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Test the support for SSL and sockets
o
import sys
import unittest
import unittest.mock
Expand Down
Loading
0