Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7509387

Browse files
authored
Merge pull request #5789 from coolreader18/crt_fd-rework
Rework crt_fd to be more aligned with io-safety
2 parents 1c992f8 + 8437b06 commit 7509387

File tree

10 files changed

+566
-278
lines changed

10 files changed

+566
-278
lines changed

Lib/test/test_fileio.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -353,18 +353,6 @@ class CAutoFileTests(AutoFileTests, unittest.TestCase):
353353
def testBlksize(self):
354354
super().testBlksize()
355355

356-
# TODO: RUSTPYTHON
357-
if sys.platform == "win32":
358-
@unittest.expectedFailure
359-
def testErrnoOnClosedSeek(self):
360-
super().testErrnoOnClosedSeek()
361-
362-
# TODO: RUSTPYTHON
363-
if sys.platform == "win32":
364-
@unittest.expectedFailure
365-
def testErrnoOnClosedTell(self):
366-
super().testErrnoOnClosedTell()
367-
368356
# TODO: RUSTPYTHON
369357
if sys.platform == "win32":
370358
@unittest.expectedFailure

0 commit comments

Comments
 (0)