]> granicus.if.org Git - python/commitdiff
Merged revisions 82403 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Wed, 30 Jun 2010 17:39:45 +0000 (17:39 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 30 Jun 2010 17:39:45 +0000 (17:39 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82403 | benjamin.peterson | 2010-06-30 12:11:08 -0500 (Wed, 30 Jun 2010) | 1 line

  mark test depending on ref counting
........

Lib/test/test_os.py

index 4b7ded2aabd22f69a2d3fa2c0fa1e2fe7a8e2788..14a9a7a0cf37aec1e4875815b0cb82a3fa28cb9b 100644 (file)
@@ -58,6 +58,7 @@ class FileTests(unittest.TestCase):
         os.closerange(first, first + 2)
         self.assertRaises(OSError, os.write, first, b"a")
 
+    @support.cpython_only
     def test_rename(self):
         path = support.TESTFN
         old = sys.getrefcount(path)