Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r63286:2d1d3438b94c
Date: 2013-04-12 13:36 -0400
http://bitbucket.org/pypy/pypy/changeset/2d1d3438b94c/

Log:    this assert is not always true

diff --git a/rpython/rlib/test/test_rsocket.py 
b/rpython/rlib/test/test_rsocket.py
--- a/rpython/rlib/test/test_rsocket.py
+++ b/rpython/rlib/test/test_rsocket.py
@@ -178,7 +178,6 @@
     fd1, addr2 = sock.accept()
     s1 = RSocket(fd=fd1)
     print 'connection accepted'
-    assert not lock.locked()
     lock.acquire()
     print 'connecting side knows that the connection was accepted too'
     assert addr.eq(s2.getpeername())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to