[issue36750] test_socket leaks file descriptors on macOS

2020-06-07 Thread Rémi Lapeyre
Rémi Lapeyre added the comment: I think I stumbled on this too, I think the test that causes some issue is testCmsgTrunc2Int: ./python -m test -R: test_socket -m testCmsgTrunc2Int 0:00:00 load avg: 1.66 Run tests sequentially 0:00:00 load avg: 1.66 [1/1] test_socket beginning 9 repetition

[issue36750] test_socket leaks file descriptors on macOS

2019-04-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: The test failure is reproducible on the PR 12271 merging master branch on Ubuntu with -R 3:3 test_socket. Sorry, I tried it initially on master thinking it was a master branch problem. I don't see C related code in the PR. There was a merge commit [

[issue36750] test_socket leaks file descriptors on macOS

2019-04-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +pablogsal title: test_socket failed (env changed) on Azure pipeline -> test_socket leaks file descriptors on macOS ___ Python tracker ___