Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r82570:e3a8051cb5b8
Date: 2016-02-26 17:33 +0100
http://bitbucket.org/pypy/pypy/changeset/e3a8051cb5b8/
Log: Remove py3k modification which is not needed since 4f2954127738.
diff --git a/pypy/module/thread/test/test_thread.py
b/pypy/module/thread/test/test_thread.py
--- a/pypy/module/thread/test/test_thread.py
+++ b/pypy/module/thread/test/test_thread.py
@@ -243,14 +243,14 @@
def busy_wait():
waiting.append(None)
- for x in range(100):
+ for x in range(50):
time.sleep(0.1)
waiting.pop()
# This is normally called by app_main.py
signal.signal(signal.SIGINT, signal.default_int_handler)
- for i in range(10):
+ for i in range(100):
print()
print("loop", i)
waiting = []
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit