Author: Matti Picus <[email protected]>
Branch: 
Changeset: r70421:b62e50619167
Date: 2014-04-03 20:57 +0300
http://bitbucket.org/pypy/pypy/changeset/b62e50619167/

Log:    not needed

diff --git a/lib-python/2.7/test/test_argparse.py 
b/lib-python/2.7/test/test_argparse.py
--- a/lib-python/2.7/test/test_argparse.py
+++ b/lib-python/2.7/test/test_argparse.py
@@ -48,7 +48,6 @@
 
     def tearDown(self):
         os.chdir(self.old_dir)
-        gc.collect()
         for root, dirs, files in os.walk(self.temp_dir, topdown=False):
             for name in files:
                 os.chmod(os.path.join(self.temp_dir, name), stat.S_IWRITE)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to