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 }}
youknowone
/
pyre
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
110
Code
Issues
50
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
import: route __import__ through the importlib bootstrap; frozen table; lazy loader dispatch
- #746
#746
Merged
youknowone
merged 10 commits into
main
youknowone/pyre:main
from
import
youknowone/pyre:import
Copy head branch name to clipboard
Jul 23, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
import: route __import__ through the importlib bootstrap; frozen table; lazy loader dispatch
#746
youknowone
merged 10 commits into
main
youknowone/pyre:main
from
import
youknowone/pyre:import
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
gc: allocate types.ModuleType instances on the managed heap
Show description for fb5e711
youknowone
committed
fb5e711
View commit details
Copy full SHA for fb5e711
Browse repository at this point
import: route builtins.__import__ through the importlib bootstrap
Show description for 79b02ee
youknowone
committed
79b02ee
View commit details
Copy full SHA for 79b02ee
Browse repository at this point
imp: use the 3.14 pyc magic number token
Show description for 3d6dbed
youknowone
committed
3d6dbed
View commit details
Copy full SHA for 3d6dbed
Browse repository at this point
import: keep the None sentinel authoritative in the __import__ fast path
Show description for cbc9451
youknowone
committed
cbc9451
View commit details
Copy full SHA for cbc9451
Browse repository at this point
imp: serve the frozen-module table
Show description for be1135e
youknowone
committed
be1135e
View commit details
Copy full SHA for be1135e
Browse repository at this point
interp: dispatch attribute slot overrides on retagged modules
Show description for 12796a3
youknowone
committed
12796a3
View commit details
Copy full SHA for 12796a3
Browse repository at this point
interp: make scoped type-object cells process-global
Show description for 73cc5c6
youknowone
committed
73cc5c6
View commit details
Copy full SHA for 73cc5c6
Browse repository at this point
exc: make the exception-class registries process-global
Show description for 2c8b5cf
youknowone
committed
2c8b5cf
View commit details
Copy full SHA for 2c8b5cf
Browse repository at this point
module: allocate Python-visible modules in the non-moving old gen
Show description for 910fba6
youknowone
committed
910fba6
View commit details
Copy full SHA for 910fba6
Browse repository at this point
import: unwind the bootstrap install when it fails partway
Show description for acc1a7c
youknowone
committed
acc1a7c
View commit details
Copy full SHA for acc1a7c
Browse repository at this point
You can’t perform that action at this time.