Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
298
Pull requests
106
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
- #7932
#7932
Merged
youknowone
merged 12 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:hostenv
youknowone/RustPython:hostenv
Copy head branch name to clipboard
Jul 7, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
more hostenv isolation
#7932
youknowone
merged 12 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:hostenv
youknowone/RustPython:hostenv
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
Move which crate dependency from vm to host_env
Show description for b92146a
youknowone
committed
b92146a
View commit details
Copy full SHA for b92146a
Browse repository at this point
Move readline module from vm to host_env
Show description for 89af7b6
youknowone
committed
89af7b6
View commit details
Copy full SHA for 89af7b6
Browse repository at this point
Move gethostname and mac_address dependencies from stdlib to host_env
Show description for f00d3c0
youknowone
committed
f00d3c0
View commit details
Copy full SHA for f00d3c0
Browse repository at this point
Re-export libc constants and types through host_env
Show description for 3fbdb13
youknowone
committed
3fbdb13
View commit details
Copy full SHA for 3fbdb13
Browse repository at this point
Re-export mmap libc constants through host_env
Show description for e62897b
youknowone
committed
e62897b
View commit details
Copy full SHA for e62897b
Browse repository at this point
Re-export locale and termios libc constants through host_env
Show description for 38a2d67
youknowone
committed
38a2d67
View commit details
Copy full SHA for 38a2d67
Browse repository at this point
Replace libc c-types and FILE wrappers in openssl with host_env
Show description for c7d8c21
youknowone
committed
c7d8c21
View commit details
Copy full SHA for c7d8c21
Browse repository at this point
Fix Windows build: expose EOVERFLOW, SIGSEGV, SIGFPE on Windows
Show description for b6b1872
youknowone
committed
b6b1872
View commit details
Copy full SHA for b6b1872
Browse repository at this point
Re-export remaining libc types and constants through host_env
Show description for a5d7b09
youknowone
committed
a5d7b09
View commit details
Copy full SHA for a5d7b09
Browse repository at this point
Move socket2 and dns-lookup dependencies from stdlib to host_env
Show description for bc4a048
youknowone
committed
bc4a048
View commit details
Copy full SHA for bc4a048
Browse repository at this point
Move system-configuration dependency from stdlib to host_env
Show description for 7b3949b
youknowone
committed
7b3949b
View commit details
Copy full SHA for 7b3949b
Browse repository at this point
Restrict CAN/ALG sockaddr structs to target_os linux
Show description for fd24b25
youknowone
committed
fd24b25
View commit details
Copy full SHA for fd24b25
Browse repository at this point
You can’t perform that action at this time.