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
300
Pull requests
105
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
ctypes: unify the foreign-call path on a single host_env
call()
API
- #8235
#8235
Merged
youknowone
merged 8 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:hostenv-ctypes-call
youknowone/RustPython:hostenv-ctypes-call
Copy head branch name to clipboard
Jul 8, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
ctypes: unify the foreign-call path on a single host_env
call()
API
#8235
youknowone
merged 8 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:hostenv-ctypes-call
youknowone/RustPython:hostenv-ctypes-call
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
host_env: add unified high-level `call` foreign-call API
Show description for 1c5b113
youknowone
committed
1c5b113
View commit details
Copy full SHA for 1c5b113
Browse repository at this point
_ctypes: route the VM call path through host_env call()
Show description for 2802682
youknowone
committed
2802682
View commit details
Copy full SHA for 2802682
Browse repository at this point
_ctypes: pass and return structs and unions by value
Show description for b5c8870
youknowone
committed
b5c8870
View commit details
Copy full SHA for b5c8870
Browse repository at this point
host_env: remove the pre-`call` foreign-call scaffolding
Show description for c49d465
youknowone
committed
c49d465
View commit details
Copy full SHA for c49d465
Browse repository at this point
host_env: read `call` scalar returns as a full register, use `add_i32`
Show description for 88eb784
youknowone
committed
88eb784
View commit details
Copy full SHA for 88eb784
Browse repository at this point
_ctypes: skip the by-value snippet on Windows
Show description for 9ccb216
youknowone
committed
9ccb216
View commit details
Copy full SHA for 9ccb216
Browse repository at this point
Commits on Jul 8, 2026
_ctypes: keep the converted argument alive for by-value aggregates
Show description for 40d63d7
youknowone
committed
40d63d7
View commit details
Copy full SHA for 40d63d7
Browse repository at this point
host_env: avoid indexing an empty by-value aggregate buffer in `call`
Show description for 4681347
youknowone
committed
4681347
View commit details
Copy full SHA for 4681347
Browse repository at this point
You can’t perform that action at this time.