FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
more hostenv isolation by youknowone · Pull Request #7886 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
101
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
more hostenv isolation
- #7886
#7886
Merged
youknowone
merged 23 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:hostenv
youknowone/RustPython:hostenv
Copy head branch name to clipboard
May 20, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
more hostenv isolation
#7886
youknowone
merged 23 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:hostenv
youknowone/RustPython:hostenv
Copy head branch name to clipboard
Commits
Commits on May 20, 2026
Convert host_env Windows path/argv params from raw *const u16 to &WideCStr
youknowone
committed
a5ac299
View commit details
Copy full SHA for a5ac299
Browse repository at this point
Migrate remaining winapi raw u16 pointer signatures to typed references
youknowone
committed
cea48cc
View commit details
Copy full SHA for cea48cc
Browse repository at this point
Migrate winreg pub unsafe fn string parameters to typed references
youknowone
committed
25a9d40
View commit details
Copy full SHA for 25a9d40
Browse repository at this point
Add ToPyException impls for host_env error types (PyPy wrap_oserror analog)
youknowone
committed
0acdcad
View commit details
Copy full SHA for 0acdcad
Browse repository at this point
Add CheckLibcResult helper and apply to socket/fcntl/shm/posix_wasi
youknowone
committed
dc57418
View commit details
Copy full SHA for dc57418
Browse repository at this point
Add Win32 BOOL/HANDLE check helpers; apply check helpers across host_env
youknowone
committed
2d4be2c
View commit details
Copy full SHA for 2d4be2c
Browse repository at this point
Apply Win32/libc check helpers to overlapped/testconsole/os.rs
youknowone
committed
592e8b4
View commit details
Copy full SHA for 592e8b4
Browse repository at this point
Apply Win32 check helpers to winapi.rs (partial)
youknowone
committed
86055d2
View commit details
Copy full SHA for 86055d2
Browse repository at this point
Apply Win32 check helpers across more winapi.rs functions
youknowone
committed
fe71c58
View commit details
Copy full SHA for fe71c58
Browse repository at this point
Apply Win32 check helpers to nt.rs (partial)
youknowone
committed
a7c567a
View commit details
Copy full SHA for a7c567a
Browse repository at this point
Add CheckWin32Sentinel helper; apply to nt.rs INVALID_HANDLE_VALUE/INVALID_FILE_ATTRIBUTES patterns
youknowone
committed
5329cc5
View commit details
Copy full SHA for 5329cc5
Browse repository at this point
Add OwnedHandle / HandleToOwned helper; apply to mmap create_named_mapping leak path
youknowone
committed
f1532e2
View commit details
Copy full SHA for f1532e2
Browse repository at this point
Use OwnedHandle RAII in nt::pipe to eliminate manual cleanup on error path
youknowone
committed
e768278
View commit details
Copy full SHA for e768278
Browse repository at this point
Use OwnedHandle in nt::chmod_follow; hoist HandleToOwned import
youknowone
committed
b730f7e
View commit details
Copy full SHA for b730f7e
Browse repository at this point
Drop rustix dependency from vm crate
Show description for 67ece5b
youknowone
committed
67ece5b
View commit details
Copy full SHA for 67ece5b
Browse repository at this point
Fix CI failures: cross-platform regressions
Show description for a61d9bd
youknowone
committed
a61d9bd
View commit details
Copy full SHA for a61d9bd
Browse repository at this point
Fix CI failures: cfg gates and unused imports
Show description for 3320c2a
youknowone
committed
3320c2a
View commit details
Copy full SHA for 3320c2a
Browse repository at this point
Fix CI failures: rustfmt and windows unused import
Show description for e9ec6e8
youknowone
committed
e9ec6e8
View commit details
Copy full SHA for e9ec6e8
Browse repository at this point
Push remaining libc/extern callsites from vm into host_env
Show description for ba3f4fa
youknowone
committed
ba3f4fa
View commit details
Copy full SHA for ba3f4fa
Browse repository at this point
Move time tz state and winsound FFI into host_env
Show description for 45c83dd
youknowone
committed
45c83dd
View commit details
Copy full SHA for 45c83dd
Browse repository at this point
Migrate unsetenv to host_env::nt::wputenv; rustfmt
Show description for 49c13f8
youknowone
committed
49c13f8
View commit details
Copy full SHA for 49c13f8
Browse repository at this point
Address PR review comments
Show description for 61e0fd4
youknowone
committed
61e0fd4
View commit details
Copy full SHA for 61e0fd4
Browse repository at this point
Fix CI failures and address review follow-ups
Show description for 783c6b5
youknowone
committed
783c6b5
View commit details
Copy full SHA for 783c6b5
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL