[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2021-12-30 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- nosy: +hugovk nosy_count: 2.0 -> 3.0 pull_requests: +28523 pull_request: https://github.com/python/cpython/pull/30309 ___ Python tracker ___

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread STINNER Victor
STINNER Victor added the comment: Thanks for the review Pablo. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread STINNER Victor
STINNER Victor added the comment: The issue should now be fixed. Reopen it if it is not the case. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread miss-islington
miss-islington added the comment: New changeset 857b0028c0832c3159927489bc55f802bc5146cb by Miss Islington (bot) in branch '3.6': bpo-33937: Catch ENOMEM error in test_socket (GH-9557) https://github.com/python/cpython/commit/857b0028c0832c3159927489bc55f802bc5146cb --

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread miss-islington
miss-islington added the comment: New changeset ef1173ab141ba5387598f8859ba96f98d20d743e by Miss Islington (bot) in branch '3.7': bpo-33937: Catch ENOMEM error in test_socket (GH-9557) https://github.com/python/cpython/commit/ef1173ab141ba5387598f8859ba96f98d20d743e -- nosy:

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +8968 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +8967 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset 46f40be8b907854deb81c6132b7cb038e9e5202a by Victor Stinner in branch 'master': bpo-33937: Catch ENOMEM error in test_socket (#9557) https://github.com/python/cpython/commit/46f40be8b907854deb81c6132b7cb038e9e5202a --

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread STINNER Victor
STINNER Victor added the comment: I wrote PR 9557 to fix the issue. test_socket fails frequently on Travis CI, on the three Python 3.x branches. -- ___ Python tracker ___

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-25 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +8960 stage: -> patch review ___ Python tracker ___ ___

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-09-19 Thread STINNER Victor
STINNER Victor added the comment: This issue just occurred on a 3.7 PR: https://github.com/python/cpython/pull/9416#pullrequestreview-156769445 https://travis-ci.org/python/cpython/jobs/430490176 -- ___ Python tracker

[issue33937] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory

2018-07-11 Thread STINNER Victor
Change by STINNER Victor : -- title: [3.6] test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI -> test_socket: SendmsgSCTPStreamTest.testSendmsgTimeout() failed on Travis CI with: [Errno 12] Cannot allocate memory ___