[pypy-commit] pypy default: this assert is not always true

bdkearns noreply at buildbot.pypy.org
Fri Apr 12 19:37:51 CEST 2013


Author: Brian Kearns <bdkearns at gmail.com>
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())


More information about the pypy-commit mailing list