[issue44797] test_socket should expect warnings in truncated-data tests

2021-07-31 Thread Irit Katriel
Irit Katriel added the comment: Indeed, thanks. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> test_socket fails in MacOS High Sierra when running with -Werror ___ Python tracker

[issue44797] test_socket should expect warnings in truncated-data tests

2021-07-31 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue23828 -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue44797] test_socket should expect warnings in truncated-data tests

2021-07-31 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +ncoghlan, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue44797] test_socket should expect warnings in truncated-data tests

2021-07-31 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +26027 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27512 ___ Python tracker ___ ___

[issue44797] test_socket should expect warnings in truncated-data tests

2021-07-31 Thread Irit Katriel
New submission from Irit Katriel : I believe these warnings are a feature so the tests should expect them. Patch included. % ./python.exe -E -We -m test -v test_socket == ERROR: testSecondCmsgTruncInData (test.test_socket.R