We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa9229 commit 482fb09Copy full SHA for 482fb09
Lib/test/test_shutil.py
@@ -3399,8 +3399,6 @@ def syscall(*args, **kwargs):
3399
shutil._USE_CP_SENDFILE = True
3400
assert flag
3401
self.assertEqual(read_file(TESTFN2, binary=True), self.FILEDATA)
3402
-
3403
3404
3405
@unittest.skipUnless(shutil._USE_CP_COPY_FILE_RANGE, "os.copy_file_range() not supported")
3406
class TestZeroCopyCopyFileRange(_ZeroCopyFileLinuxTest, unittest.TestCase):
0 commit comments