[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2016-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 13d8c33de8ff by Antoine Pitrou in branch '3.3': Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. http://hg.python.org/cpython/rev/13d8c33de8ff New changeset 900ee4a04f5e by Antoine P

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've now silenced the exception. Leaving this issue open in case someone wants to investigate more. -- resolution: -> fixed stage: needs patch -> committed/rejected versions: +Python 3.4 ___ Python tracker

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 391bda06fa65 by Antoine Pitrou in branch '3.3': Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. http://hg.python.org/cpython/rev/391bda06fa65 New changeset 2d2d4807a3ed by Antoine Pitro

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-04 Thread STINNER Victor
Changes by STINNER Victor : -- title: Sporadic failure in test_socket -> Sporadic failure in test_socket: testRecvmsgEOF ___ Python tracker ___ _