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 }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
crossinterp.c
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 11, 2024
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Show description for fd259fd
ericsnowcurrently
authored
fd259fd
View commit details
Copy full SHA for fd259fd
View code at this point
Browse repository at this point
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Show description for 993c3cc
ericsnowcurrently
authored
993c3cc
View commit details
Copy full SHA for 993c3cc
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Show description for 976bcb2
ericsnowcurrently
authored
976bcb2
View commit details
Copy full SHA for 976bcb2
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Show description for c432df6
vstinner
and
ericsnowcurrently
authored
c432df6
View commit details
Copy full SHA for c432df6
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Show description for 514b1c9
ericsnowcurrently
authored
514b1c9
View commit details
Copy full SHA for 514b1c9
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exceptions (gh-113036)
Show description for c6e614f
ericsnowcurrently
authored
c6e614f
View commit details
Copy full SHA for c6e614f
View code at this point
Browse repository at this point
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Show description for 8a4c1f3
ericsnowcurrently
authored
8a4c1f3
View commit details
Copy full SHA for 8a4c1f3
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-76785: Fixes for test.support.interpreters (gh-112982)
Show description for 86a77f4
ericsnowcurrently
authored
86a77f4
View commit details
Copy full SHA for 86a77f4
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Show description for cf6110b
colesbury
authored
cf6110b
View commit details
Copy full SHA for cf6110b
View code at this point
Browse repository at this point
Commits on Nov 23, 2023
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
ericsnowcurrently
authored
9e56eed
View commit details
Copy full SHA for 9e56eed
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
tonybaloney
authored
178861b
View commit details
Copy full SHA for 178861b
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Show description for d4426e8
ericsnowcurrently
authored
d4426e8
View commit details
Copy full SHA for d4426e8
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-111684: Avoid a Compiler Warning (gh-111706)
ericsnowcurrently
authored
df9815e
View commit details
Copy full SHA for df9815e
View code at this point
Browse repository at this point
gh-76785: Minor Fixes in crossinterp.c (gh-111671)
Show description for 93206d1
ericsnowcurrently
authored
93206d1
View commit details
Copy full SHA for 93206d1
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-111436)
Show description for 230e8e9
tonybaloney
authored
230e8e9
View commit details
Copy full SHA for 230e8e9
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
gh-76785: Crossinterp utils additions (gh-111530)
Show description for 9322ce9
ericsnowcurrently
authored
9322ce9
View commit details
Copy full SHA for 9322ce9
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
Show description for ad6380b
tonybaloney
authored
ad6380b
View commit details
Copy full SHA for ad6380b
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Show description for c6fe086
ericsnowcurrently
authored
c6fe086
View commit details
Copy full SHA for c6fe086
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.