Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r76788:67a09bbd332a
Date: 2015-04-14 10:24 +0200
http://bitbucket.org/pypy/pypy/changeset/67a09bbd332a/

Log:    remove a print which causes occasional confusion in the app
        multithreaded test

diff --git a/pypy/module/sys/test/test_sysmodule.py 
b/pypy/module/sys/test/test_sysmodule.py
--- a/pypy/module/sys/test/test_sysmodule.py
+++ b/pypy/module/sys/test/test_sysmodule.py
@@ -642,7 +642,7 @@
 
         thread_id = thread.get_ident()
         def other_thread():
-            print "thread started"
+            #print "thread started"
             lock2.release()
             lock1.acquire()
         lock1 = thread.allocate_lock()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to