We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quiet=True
1 parent cf0cfd0 commit dfda254Copy full SHA for dfda254
Lib/test/test_socket.py
@@ -167,7 +167,8 @@ def socket_setdefaulttimeout(timeout):
167
168
169
@contextlib.contextmanager
170
-def catch_malformed_data_warning(quiet=False):
+def catch_malformed_data_warning(quiet=True):
171
+ # This warning happens on macos and win, but does not always happen on linux.
172
with warnings_helper.check_warnings(
173
("received malformed or improperly-truncated ancillary data", RuntimeWarning),
174
quiet=quiet,
0 commit comments