Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
is:issue state:open label:interpreter-core
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
33k
Star
69.2k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Issues
Search Issues
is
:
issue
state
:
open
label
:
interpreter-core
is:issue state:open label:interpreter-core
Search
Labels
Milestones
New issue
Search results
Open
Closed
Python 3.14 stack overflow detection is incompatible with C++ Boost make_fcontext() coroutines
3.14
bugs and security fixes
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
Status: Open.
#139653
In python/cpython;
·
vstinner
opened
on Oct 6, 2025
Syntax warnings can be swallowed in import
3.13
bugs and security fixes
bugs and security fixes
3.14
bugs and security fixes
bugs and security fixes
3.15
new features, bugs and security fixes
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139640
In python/cpython;
·
serhiy-storchaka
opened
on Oct 6, 2025
Python 3.13: PyThreadState_SetAsyncExc might deliver the exception outside of the thread
3.13
bugs and security fixes
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-C-API
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139622
In python/cpython;
·
yilei
opened
on Oct 5, 2025
JIT executors are not properly freed
3.14
bugs and security fixes
bugs and security fixes
3.15
new features, bugs and security fixes
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-JIT
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139540
In python/cpython;
·
YuanchengJiang
opened
on Oct 3, 2025
Parser gives UnicodeDecodeError on what should be good code
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-parser
topic-unicode
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139516
In python/cpython;
·
tom-pytel
opened
on Oct 2, 2025
Py_C_STACK_SIZE causes <code>test_max_level</code> failure on musl/s390x
3.14
bugs and security fixes
bugs and security fixes
3.15
new features, bugs and security fixes
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
OS-unsupported
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139467
In python/cpython;
·
lotheac
opened
on Oct 1, 2025
Avoid blindly shadowing existing exceptions through <code>PyErr_Format</code>
extension-modules
C modules in the Modules dir
C modules in the Modules dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-C-API
type-feature
A feature request or enhancement
A feature request or enhancement
Status: Open.
#139447
In python/cpython;
·
picnixz
opened
on Sep 30, 2025
Do not track immutable tuples in PyTuple_Pack
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
Performance or resource usage
type-feature
A feature request or enhancement
A feature request or enhancement
Status: Open.
#139389
In python/cpython;
·
sergey-miryanov
opened
on Sep 28, 2025
Split large Objects/unicodeobject.c file into smaller files
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-unicode
type-refactor
Code refactoring (with no changes in behavior)
Code refactoring (with no changes in behavior)
Status: Open.
#139353
In python/cpython;
·
vstinner
opened
on Sep 26, 2025
Incorrect hard limit for stack protection for MacOS and TSAN
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
OS-mac
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139291
In python/cpython;
·
markshannon
opened
on Sep 24, 2025
JIT: UB: unaligned store in <code>patch_*</code> functions
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-JIT
type-bug
An unexpected behavior, bug, or error
An unexpected behavior, bug, or error
Status: Open.
#139269
In python/cpython;
·
ashm-dev
opened
on Sep 23, 2025
JIT (interpreter): running hot code with <code>PYTHON_LLTRACE=4</code> segfaults
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
(Objects, Python, Grammar, and Parser dirs)
topic-JIT
type-crash
A hard crash of the interpreter, possibly with a core dump
A hard crash of the interpreter, possibly with a core dump
Status: Open.
#139193
In python/cpython;
·
devdanzin
opened
on Sep 20, 2025
You can’t perform that action at this time.