Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r83155:c3f763db98bb
Date: 2016-03-19 04:29 +0000
http://bitbucket.org/pypy/pypy/changeset/c3f763db98bb/

Log:    Remove debug artifact (backout 18bd2d236f85)

diff --git a/pypy/module/select/test/test_select.py 
b/pypy/module/select/test/test_select.py
--- a/pypy/module/select/test/test_select.py
+++ b/pypy/module/select/test/test_select.py
@@ -287,8 +287,7 @@
             t = thread.start_new_thread(pollster.poll, ())
             try:
                 time.sleep(0.3)
-                # TODO restore print '', if this is not the reason
-                for i in range(5): print 'release gil select'  # to release 
GIL untranslated
+                for i in range(5): print '',  # to release GIL untranslated
                 # trigger ufds array reallocation
                 for fd in rfds:
                     pollster.unregister(fd)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to