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
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
.
percolab
/
copium
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
8
Code
Issues
1
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Move all CPython API to py crate
- #47
#47
Open
Bobronium
wants to merge 10 commits into
main
percolab/copium:main
from
abstract-cpython-api
percolab/copium:abstract-cpython-api
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Move all CPython API to py crate
#47
Bobronium
wants to merge 10 commits into
main
percolab/copium:main
from
abstract-cpython-api
percolab/copium:abstract-cpython-api
Copy head branch name to clipboard
Commits
Commits on Mar 20, 2026
Implement some CPython API on types.rs, make memo accept generic
Bobronium
committed
022f22e
View commit details
Copy full SHA for 022f22e
Browse repository at this point
Move CPython API to py crate
Bobronium
committed
7928c60
View commit details
Copy full SHA for 7928c60
Browse repository at this point
Fix calling
Bobronium
committed
85d117a
View commit details
Copy full SHA for 85d117a
Browse repository at this point
Replace py::none() and py::ellipsis() with NoneObject and EllipsisObject
Bobronium
committed
0882c30
View commit details
Copy full SHA for 0882c30
Browse repository at this point
Move all CPython FFI to py crate
Bobronium
committed
3a50042
View commit details
Copy full SHA for 3a50042
Browse repository at this point
Fix free-threading build
Bobronium
committed
c79df4a
View commit details
Copy full SHA for c79df4a
Browse repository at this point
Move critical section to py crate
Bobronium
committed
4ccfd4d
View commit details
Copy full SHA for 4ccfd4d
Browse repository at this point
Fix dict-iter on free-threading
Bobronium
committed
d348e0d
View commit details
Copy full SHA for d348e0d
Browse repository at this point
Move free-function usage to traits
Bobronium
committed
ae107e1
View commit details
Copy full SHA for ae107e1
Browse repository at this point
Commits on Mar 21, 2026
Cleanup API
Bobronium
committed
d5ca0f0
View commit details
Copy full SHA for d5ca0f0
Browse repository at this point
You can’t perform that action at this time.