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
107
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add basic capi error support
- #7787
#7787
Merged
youknowone
merged 17 commits into
RustPython:main
RustPython/RustPython:main
from
bschoenmaeckers:capi-errors
bschoenmaeckers/RustPython:capi-errors
Copy head branch name to clipboard
May 13, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Add basic capi error support
#7787
youknowone
merged 17 commits into
RustPython:main
RustPython/RustPython:main
from
bschoenmaeckers:capi-errors
bschoenmaeckers/RustPython:capi-errors
Copy head branch name to clipboard
Commits
Commits on May 5, 2026
Add basic capi error support
bschoenmaeckers
committed
2562f9d
View commit details
Copy full SHA for 2562f9d
Browse repository at this point
Add missing symbols to make tests compile again
bschoenmaeckers
committed
40d97ea
View commit details
Copy full SHA for 40d97ea
Browse repository at this point
Add `pyerrors` to dictionary
bschoenmaeckers
committed
6b79cb5
View commit details
Copy full SHA for 6b79cb5
Browse repository at this point
Return exception in `Py_GetConstantBorrowed`
bschoenmaeckers
committed
71438c6
View commit details
Copy full SHA for 71438c6
Browse repository at this point
Remove `allow(dead_code)`
bschoenmaeckers
committed
d708bfe
View commit details
Copy full SHA for d708bfe
Browse repository at this point
Fix windows
bschoenmaeckers
committed
bbf3656
View commit details
Copy full SHA for bbf3656
Browse repository at this point
Load stdlib when calling `Py_InitializeEx`
bschoenmaeckers
committed
bccd38e
View commit details
Copy full SHA for bccd38e
Browse repository at this point
Debug tests
bschoenmaeckers
committed
9e20cf7
View commit details
Copy full SHA for 9e20cf7
Browse repository at this point
Commits on May 6, 2026
Revert "Load stdlib when calling `Py_InitializeEx`"
Show description for 268856b
bschoenmaeckers
committed
268856b
View commit details
Copy full SHA for 268856b
Browse repository at this point
Disable tests on windows for now
bschoenmaeckers
committed
8432c17
View commit details
Copy full SHA for 8432c17
Browse repository at this point
Truncate `PyType_GetFlags` to be always 32 bits
bschoenmaeckers
committed
130321e
View commit details
Copy full SHA for 130321e
Browse repository at this point
Add test for exception type checking
bschoenmaeckers
committed
30ac061
View commit details
Copy full SHA for 30ac061
Browse repository at this point
Remove subclass type flags
bschoenmaeckers
committed
4e4f7df
View commit details
Copy full SHA for 4e4f7df
Browse repository at this point
Commits on May 9, 2026
Merge remote-tracking branch 'origin/main' into capi-errors
bschoenmaeckers
committed
22985ca
View commit details
Copy full SHA for 22985ca
Browse repository at this point
Use latest pyo3 to make test work on windows
bschoenmaeckers
committed
b2c2f69
View commit details
Copy full SHA for b2c2f69
Browse repository at this point
Commits on May 10, 2026
Revert "Use latest pyo3 to make test work on windows"
Show description for d18d259
bschoenmaeckers
committed
d18d259
View commit details
Copy full SHA for d18d259
Browse repository at this point
Commits on May 13, 2026
`set_main_interpreter` -> `init_main_interpreter`
bschoenmaeckers
committed
4e7bcbf
View commit details
Copy full SHA for 4e7bcbf
Browse repository at this point
You can’t perform that action at this time.