◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
7 changes: 7 additions & 0 deletions .cspell.dict/cpython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ baseinfo
basetype
binop
boolop
BUILDSTDLIB
bxor
byteswap
Expand All @@ -33,6 +34,8 @@ cmpop
codedepth
constevaluator
CODEUNIT
CONVFUNC
convparam
copyslot
Expand Down Expand Up @@ -105,6 +108,7 @@ metavars
miscompiles
mult
multibytecodec
nameop
nconsts
newargs
Expand Down Expand Up @@ -160,6 +164,7 @@ SETREF
setresult
setslice
SLOTDEFINED
SOABI
SSLEOF
stackdepth
@@ -174,6 +179,7 @@ subscr
sval
swappedbytes
templatelib
ticketer
tmptype
tok_oldval
Expand All @@ -199,6 +205,7 @@ wbits
weakreflist
weakrefobject
webpki
withitem
withs
xstat
Expand Down
244 changes: 244 additions & 0 deletions Lib/test/test_winconsoleio.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,244 @@
1 change: 1 addition & 0 deletions crates/stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ features = [
"Win32_Storage_FileSystem",
"Win32_System_Diagnostics_Debug",
"Win32_System_Environment",
"Win32_System_IO",
"Win32_System_Threading"
]
Expand Down
76 changes: 76 additions & 0 deletions crates/stdlib/src/_testconsole.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
Loading
Loading
Toggle all file notes Toggle all file annotations