Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
youknowone committed Dec 29, 2025
commit ffcda01a324142d568b24dc9f99d9c626d5ce1df
3 changes: 0 additions & 3 deletions Lib/test/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,6 @@ def testIteration(self):
class COtherFileTests(OtherFileTests, unittest.TestCase):
open = io.open

@unittest.expectedFailure # TODO: RUSTPYTHON
def testSetBufferSize(self):
return super().testSetBufferSize()

class PyOtherFileTests(OtherFileTests, unittest.TestCase):
open = staticmethod(pyio.open)
Expand Down
1 change: 1 addition & 0 deletions crates/vm/src/stdlib/winapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ mod _winapi {
CREATE_NEW_PROCESS_GROUP, CREATE_NO_WINDOW, DETACHED_PROCESS, HIGH_PRIORITY_CLASS,
IDLE_PRIORITY_CLASS, INFINITE, NORMAL_PRIORITY_CLASS, PROCESS_DUP_HANDLE,
REALTIME_PRIORITY_CLASS, STARTF_USESHOWWINDOW, STARTF_USESTDHANDLES,
STARTF_FORCEONFEEDBACK, STARTF_FORCEOFFFEEDBACK,
},
},
UI::WindowsAndMessaging::SW_HIDE,
Expand Down
Loading