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
Type
/
to 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
Commits
Breadcrumbs
History for
python-cpp
src
executable
bytecode
on
main
User selector
All users
All time
Commit history
Commits on Jul 27, 2026
Address review comments
gf712
committed
2d09746
View commit details
Copy full SHA for 2d09746
View code at this point
Browse repository at this point
runtime: Add atexit callbacks
gf712
committed
b20b52f
View commit details
Copy full SHA for b20b52f
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
vm: keep the exception stack clean; fix bare `raise`; implicit __context__
Show description for 5a410ef
gf712
committed
5a410ef
View commit details
Copy full SHA for 5a410ef
View code at this point
Browse repository at this point
runtime: exception chaining — expose __cause__/__context__/__suppress_context__
Show description for 766b369
gf712
committed
766b369
View commit details
Copy full SHA for 766b369
View code at this point
Browse repository at this point
mlir: bind `except <T> as <name>` to the exception instance, not the type
Show description for 8a1cf6b
gf712
committed
8a1cf6b
View commit details
Copy full SHA for 8a1cf6b
View code at this point
Browse repository at this point
ast: Move AST std::shared_ptr ownership to arena-owned raw pointer
gf712
committed
55c773b
View commit details
Copy full SHA for 55c773b
View code at this point
Browse repository at this point
Commits on May 23, 2026
runtime: Added support for displaying exception location
gf712
committed
6e44f43
View commit details
Copy full SHA for 6e44f43
View code at this point
Browse repository at this point
vm+gc: Clean up GC and VM logic
Show description for 13e19b2
gf712
committed
13e19b2
View commit details
Copy full SHA for 13e19b2
View code at this point
Browse repository at this point
Commits on May 15, 2026
mlir: fixed reg for iter bug
gf712
committed
4bd8221
View commit details
Copy full SHA for 4bd8221
View code at this point
Browse repository at this point
Commits on Dec 22, 2025
bytecode: fix const serialisation
Show description for 5a76241
gf712
committed
5a76241
View commit details
Copy full SHA for 5a76241
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
precommit hook (#2)
gf712
authored
2926f98
View commit details
Copy full SHA for 2926f98
View code at this point
Browse repository at this point
MLIR: fix and clean up register allocation
gf712
committed
bafee8c
View commit details
Copy full SHA for bafee8c
View code at this point
Browse repository at this point
Commits on Nov 26, 2025
Lots of fixes and new implementations that I had lying around
gf712
committed
3eac29b
View commit details
Copy full SHA for 3eac29b
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
Compiler: Implemented unpacking into variable expansions
Show description for cdb1da8
gf712
committed
cdb1da8
View commit details
Copy full SHA for cdb1da8
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
Runtime: fixed variable resolution when symbols clash
Show description for 1afe247
gf712
committed
1afe247
View commit details
Copy full SHA for 1afe247
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Runtime: Added first class support for tuples
Show description for 3d60ddf
gf712
committed
3d60ddf
View commit details
Copy full SHA for 3d60ddf
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
Compiler: Simplified API for backend specific compilation
Show description for d8aedd0
gf712
committed
d8aedd0
View commit details
Copy full SHA for d8aedd0
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
Bytecode: Added option to Pop to discard value
Show description for 931926e
gf712
committed
931926e
View commit details
Copy full SHA for 931926e
View code at this point
Browse repository at this point
Bytecode: Added deserialisation of some more instructions
gf712
committed
adf7563
View commit details
Copy full SHA for adf7563
View code at this point
Browse repository at this point
Bytecode: Added option to jump to ForIter body
Show description for 66245e1
gf712
committed
66245e1
View commit details
Copy full SHA for 66245e1
View code at this point
Browse repository at this point
Bytecode: Fix ClearExceptionState instruction
Show description for 5008822
gf712
committed
5008822
View commit details
Copy full SHA for 5008822
View code at this point
Browse repository at this point
VM: Added option to not return value when popping stack frame
Show description for 5c28258
gf712
committed
5c28258
View commit details
Copy full SHA for 5c28258
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
VM: Fixes to stack allocation and properly use sp/bp
gf712
committed
2a93b58
View commit details
Copy full SHA for 2a93b58
View code at this point
Browse repository at this point
Compiler: Fixed variable scope resolution
Show description for bd1f922
gf712
committed
bd1f922
View commit details
Copy full SHA for bd1f922
View code at this point
Browse repository at this point
Bytecode: Cleanup instruction code
Show description for 3a875d6
gf712
committed
3a875d6
View commit details
Copy full SHA for 3a875d6
View code at this point
Browse repository at this point
Bytecode: Added new instructions
gf712
committed
29f8f77
View commit details
Copy full SHA for 29f8f77
View code at this point
Browse repository at this point
Commits on Nov 23, 2023
BytecodeGenerator: Make generator expressions lazily evaluated
Show description for afac92b
gf712
committed
afac92b
View commit details
Copy full SHA for afac92b
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
Bytecode: Implemented DeleteFast and DeleteGlobal for faster deletion
gf712
committed
db347b6
View commit details
Copy full SHA for db347b6
View code at this point
Browse repository at this point
Compiler: Fixed symbol scope resolution for implicit globals
Show description for c79172d
gf712
committed
c79172d
View commit details
Copy full SHA for c79172d
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
Runtime: Handle unbound local variables
Show description for 77a797b
gf712
committed
77a797b
View commit details
Copy full SHA for 77a797b
View code at this point
Browse repository at this point
Runtime: Fixed order of co_varnames
Show description for 6c62436
gf712
committed
6c62436
View commit details
Copy full SHA for 6c62436
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
Merge branch 'wip'
gf712
committed
b2f1f65
View commit details
Copy full SHA for b2f1f65
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
Bytecode: Fixed JumpIfNotExceptionMatch with multiple exceptions
Show description for eaf3a3b
gf712
committed
eaf3a3b
View commit details
Copy full SHA for eaf3a3b
View code at this point
Browse repository at this point
VM: Cleaned up stack abstraction
Show description for 0b5643f
gf712
committed
0b5643f
View commit details
Copy full SHA for 0b5643f
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
Runtime: Handle lack of importlib
gf712
committed
332d544
View commit details
Copy full SHA for 332d544
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.