Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r58963:a34815706e10
Date: 2012-11-16 21:37 +0100
http://bitbucket.org/pypy/pypy/changeset/a34815706e10/

Log:    A small gc_collect() after "del", and all tests pass... almost!

diff --git a/lib-python/3.2/test/test_concurrent_futures.py 
b/lib-python/3.2/test/test_concurrent_futures.py
--- a/lib-python/3.2/test/test_concurrent_futures.py
+++ b/lib-python/3.2/test/test_concurrent_futures.py
@@ -178,6 +178,7 @@
         queue_management_thread = executor._queue_management_thread
         processes = executor._processes
         del executor
+        test.support.gc_collect()
 
         queue_management_thread.join()
         for p in processes:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to