commit | 10947a6416b12f047ebe6890deeb1a3e6ce62a73 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jun 30 17:11:08 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jun 30 17:11:08 2010 +0000 |
tree | 5bacc22beb772b366e1bbc62b30d2f5176fe325a | |
parent | 070f0abc1978f87922cc200a6caeb37852d526ad [diff] [blame] |
mark test depending on ref counting
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 67de20e..a60107b 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py
@@ -48,6 +48,7 @@ os.closerange(first, first + 2) self.assertRaises(OSError, os.write, first, "a") + @test_support.cpython_only def test_rename(self): path = unicode(test_support.TESTFN) old = sys.getrefcount(path)