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 }}
benoitc
/
erlang-python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
106
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Per-interpreter import and path registry
- #48
#48
Merged
benoitc
merged 18 commits into
main
benoitc/erlang-python:main
from
feature/per-interpreter-import-registry
benoitc/erlang-python:feature/per-interpreter-import-registry
Copy head branch name to clipboard
Mar 23, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Per-interpreter import and path registry
#48
benoitc
merged 18 commits into
main
benoitc/erlang-python:main
from
feature/per-interpreter-import-registry
benoitc/erlang-python:feature/per-interpreter-import-registry
Copy head branch name to clipboard
Commits
Commits on Mar 22, 2026
Refactor import caching to per-interpreter model
Show description for bc357f5
benoitc
committed
bc357f5
View commit details
Copy full SHA for bc357f5
Browse repository at this point
Simplify import flushing via subinterpreter replacement
Show description for 07fd494
benoitc
committed
07fd494
View commit details
Copy full SHA for 07fd494
Browse repository at this point
Add cache generation tracking for main interpreter contexts
Show description for 87032fa
benoitc
committed
87032fa
View commit details
Copy full SHA for 87032fa
Browse repository at this point
Commits on Mar 23, 2026
Remove flush_imports - module unloading not supported
Show description for 26f11b9
benoitc
committed
26f11b9
View commit details
Copy full SHA for 26f11b9
Browse repository at this point
Rename import functions for clarity
Show description for 06c6c78
benoitc
committed
06c6c78
View commit details
Copy full SHA for 06c6c78
Browse repository at this point
Remove dead flush_all_imports function
benoitc
committed
5a3c308
View commit details
Copy full SHA for 5a3c308
Browse repository at this point
Add path registry for sys.path management
Show description for 0788cbc
benoitc
committed
0788cbc
View commit details
Copy full SHA for 0788cbc
Browse repository at this point
Extract import/path registry into py_import module
Show description for a767346
benoitc
committed
a767346
View commit details
Copy full SHA for a767346
Browse repository at this point
Fix ASAN crash by avoiding decimal module in import tests
Show description for 13e59be
benoitc
committed
13e59be
View commit details
Copy full SHA for 13e59be
Browse repository at this point
Remove dead subinterpreter pool staleness code
Show description for bd55baf
benoitc
committed
bd55baf
View commit details
Copy full SHA for bd55baf
Browse repository at this point
Remove py_import:import_stats/0
benoitc
committed
e30edfc
View commit details
Copy full SHA for e30edfc
Browse repository at this point
Add test for py_import:add_path/1
benoitc
committed
3b81fff
View commit details
Copy full SHA for 3b81fff
Browse repository at this point
Guard socket operations against closed file descriptors
benoitc
committed
d42b903
View commit details
Copy full SHA for d42b903
Browse repository at this point
Fix context routing and avoid _decimal in tests
Show description for a2d50bb
benoitc
committed
a2d50bb
View commit details
Copy full SHA for a2d50bb
Browse repository at this point
Require Python 3.14+ for OWN_GIL mode
Show description for ba5f4fe
benoitc
committed
ba5f4fe
View commit details
Copy full SHA for ba5f4fe
Browse repository at this point
Use worker mode for auto context on Python < 3.14
Show description for 89a7bed
benoitc
committed
89a7bed
View commit details
Copy full SHA for 89a7bed
Browse repository at this point
Remove auto mode, use worker as default
Show description for 6fd9229
benoitc
committed
6fd9229
View commit details
Copy full SHA for 6fd9229
Browse repository at this point
Document subinterpreter modes and Python version requirements
Show description for 11eeaac
benoitc
committed
11eeaac
View commit details
Copy full SHA for 11eeaac
Browse repository at this point
You can’t perform that action at this time.