Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r57865:f714fade7395
Date: 2012-10-07 10:13 +0200
http://bitbucket.org/pypy/pypy/changeset/f714fade7395/
Log: Add a gc_collect() in test_weakref
diff --git a/lib-python/3.2/test/test_socket.py
b/lib-python/3.2/test/test_socket.py
--- a/lib-python/3.2/test/test_socket.py
+++ b/lib-python/3.2/test/test_socket.py
@@ -273,6 +273,7 @@
self.assertEqual(p.fileno(), s.fileno())
s.close()
s = None
+ support.gc_collect()
try:
p.fileno()
except ReferenceError:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit