-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_socket
generates several warnings
#110012
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
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 28, 2023
These three methods that potentially emit a warning generate 18 tests in total.
But only 12 of them are failed above. Are they always the same tests? What is the difference between tests that passed and tests that failed? Or was they skipped? Try to run only these test ( |
Only two warnings are left:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Repro:
./python.exe -We -m test test_socket -v
I have a fix ready.
Linked PRs
RuntimeWarning
intest_socket
#110013The text was updated successfully, but these errors were encountered: