We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070f0ab commit 10947a6Copy full SHA for 10947a6
Lib/test/test_os.py
@@ -48,6 +48,7 @@ def test_closerange(self):
48
os.closerange(first, first + 2)
49
self.assertRaises(OSError, os.write, first, "a")
50
51
+ @test_support.cpython_only
52
def test_rename(self):
53
path = unicode(test_support.TESTFN)
54
old = sys.getrefcount(path)
0 commit comments