Skip to content

Commit ffcda01

Browse files
committed
fix
1 parent 0988633 commit ffcda01

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Lib/test/test_file.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ def testIteration(self):
344344
class COtherFileTests(OtherFileTests, unittest.TestCase):
345345
open = io.open
346346

347-
@unittest.expectedFailure # TODO: RUSTPYTHON
348-
def testSetBufferSize(self):
349-
return super().testSetBufferSize()
350347

351348
class PyOtherFileTests(OtherFileTests, unittest.TestCase):
352349
open = staticmethod(pyio.open)

crates/vm/src/stdlib/winapi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ mod _winapi {
6464
CREATE_NEW_PROCESS_GROUP, CREATE_NO_WINDOW, DETACHED_PROCESS, HIGH_PRIORITY_CLASS,
6565
IDLE_PRIORITY_CLASS, INFINITE, NORMAL_PRIORITY_CLASS, PROCESS_DUP_HANDLE,
6666
REALTIME_PRIORITY_CLASS, STARTF_USESHOWWINDOW, STARTF_USESTDHANDLES,
67+
STARTF_FORCEONFEEDBACK, STARTF_FORCEOFFFEEDBACK,
6768
},
6869
},
6970
UI::WindowsAndMessaging::SW_HIDE,

0 commit comments

Comments
 (0)