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
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 }}
gf712
/
python-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
19
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Various improvements to enable importing stdlib module
- #41
#41
Merged
gf712
merged 12 commits into
main
gf712/python-cpp:main
from
improve-import
gf712/python-cpp:improve-import
Copy head branch name to clipboard
Aug 24, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Various improvements to enable importing stdlib module
#41
gf712
merged 12 commits into
main
gf712/python-cpp:main
from
improve-import
gf712/python-cpp:improve-import
Copy head branch name to clipboard
Commits
Commits on Aug 23, 2026
runtime: Fix r0 clobber in import name execution
gf712
committed
1da5b7d
View commit details
Copy full SHA for 1da5b7d
Browse repository at this point
runtime: fix the parsing of 4th arg in __import__
gf712
committed
edaa4af
View commit details
Copy full SHA for edaa4af
Browse repository at this point
vm: fix instructions that clobber r0
gf712
committed
c86e78d
View commit details
Copy full SHA for c86e78d
Browse repository at this point
mlir: fix lowering of default None args in methods
gf712
committed
f1c5046
View commit details
Copy full SHA for f1c5046
Browse repository at this point
mlir: add PyLoopOpInterface and centralise the br_yield parent set
gf712
committed
cf0c19d
View commit details
Copy full SHA for cf0c19d
Browse repository at this point
mlir: fix while/else lowering and bind loop-else break/continue correctly
Show description for b3b775b
gf712
committed
b3b775b
View commit details
Copy full SHA for b3b775b
Browse repository at this point
mlir: declare RegionBranchOpInterface on py.with
gf712
committed
04fecef
View commit details
Copy full SHA for 04fecef
Browse repository at this point
mlir: stop emitting a block once a statement has terminated the block
gf712
committed
e165e24
View commit details
Copy full SHA for e165e24
Browse repository at this point
mlir: build the while test where py.condition is, not at its operand's definition
gf712
committed
a486da7
View commit details
Copy full SHA for a486da7
Browse repository at this point
Commits on Aug 24, 2026
mlir: bind loop-else break/continue transitively
gf712
committed
b85a94d
View commit details
Copy full SHA for b85a94d
Browse repository at this point
build: fix deprecated mlir function
gf712
committed
0037a33
View commit details
Copy full SHA for 0037a33
Browse repository at this point
mlir: fix transitive loop-else break/continue binding
gf712
committed
f3cea1e
View commit details
Copy full SHA for f3cea1e
Browse repository at this point
You can’t perform that action at this time.