commit | 46f40be8b907854deb81c6132b7cb038e9e5202a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 25 08:30:15 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 25 08:30:15 2018 -0700 |
tree | b5bc41943690a77d4d5eeddae87562535fc2fd02 | |
parent | 6ea29c5e90dde6c240bd8e0815614b52ac307ea1 [diff] |
bpo-33937: Catch ENOMEM error in test_socket (#9557) Fix test_socket.SendmsgSCTPStreamTest: catch ENOMEM error. testSendmsgTimeout() and testSendmsgDontWait() randomly fail on Travis CI with: "OSError: [Errno 12] Cannot allocate memory".