Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Issues: python/cpython
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Author
Uh oh!
There was an error while loading.Please reload this page.
Label
Uh oh!
There was an error while loading.Please reload this page.
Projects
Uh oh!
There was an error while loading.Please reload this page.
Milestones
Uh oh!
There was an error while loading.Please reload this page.
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading.Please reload this page.
Sort
Issues list
Add(Objects, Python, Grammar, and Parser dirs) type-featureA feature request or enhancement
__attribute__((noreturn))
for_mi_assert_fail
interpreter-core #134586 openedMay 23, 2025 bypicnixz
DisableThe build process and cross-build interpreter-core(Objects, Python, Grammar, and Parser dirs) pendingThe issue will be closed if no feedback is provided type-featureA feature request or enhancement
_Atomic
and__thread
keywords on JetBrains IDE only build #134585 openedMay 23, 2025 bypicnixz
Eliminate redundant refcounting in the JIT interpreter-core(Objects, Python, Grammar, and Parser dirs) performancePerformance or resource usage topic-JIT type-featureA feature request or enhancement
#134584 openedMay 23, 2025 byFidget-Spinner
untokenize() round-trip fails for t-strings (with only type + string) 3.14bugs and security fixes 3.15new features, bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#134582 openedMay 23, 2025 byloic-simon
Improve import error when extension module is an incompatible build interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-C-API topic-importlib type-featureA feature request or enhancement
#134493 openedMay 22, 2025 byseberg
Dangerous reference count decrement. easy interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#134411 openedMay 21, 2025 bysmurav
~bool
deprecation not reported for literals 3.13 #134280 openedMay 19, 2025 bydecorator-factory
Support mixed sync and async context managers in(Objects, Python, Grammar, and Parser dirs) type-featureA feature request or enhancement
async with
statements interpreter-core #134270 openedMay 19, 2025 byZac-HD
sys.setprofile
does not dipatch C Extension dunder methods interpreter-core #134243 openedMay 19, 2025 byVipul-Cariappa
Add colorization of exceptions in default(Objects, Python, Grammar, and Parser dirs) type-featureA feature request or enhancement
sys.unraisablehook
interpreter-core #134170 openedMay 18, 2025 bygry321
Remove support for(Objects, Python, Grammar, and Parser dirs) stdlibPython modules in the Lib dir topic-importlib type-featureA feature request or enhancement
__cached__
and__package__
if missing corresponding__spec__
attributes interpreter-core #134088 openedMay 16, 2025 bypicnixz
Out-of-bounds read in integrated mimalloc (fixed upstream) 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#134070 openedMay 15, 2025 byfuhsnn
use stackrefs in(Objects, Python, Grammar, and Parser dirs) performancePerformance or resource usage topic-free-threading type-featureA feature request or enhancement
_PyObject_GetMethod
and calling APIs interpreter-core #134043 openedMay 15, 2025 bykumaraditya303
Improve(Objects, Python, Grammar, and Parser dirs) topic-parser type-featureA feature request or enhancement
raise from ValueError()
error message interpreter-core #134036 openedMay 15, 2025 bysobolevn
Expose(Objects, Python, Grammar, and Parser dirs) topic-C-API topic-free-threading type-featureA feature request or enhancement
PyMutex_IsLocked
in the public C API interpreter-core #134009 openedMay 14, 2025 byhawkinsp
Consider makingbugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-typing type-featureA feature request or enhancement
Template
andInterpolation
generic at runtime 3.14 #133970 openedMay 13, 2025 bysobolevn
segfault in gc with 3.14.0b1, trio and pytest 3.14bugs and security fixes 3.15new features, bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-crashA hard crash of the interpreter, possibly with a core dump
#133932 openedMay 12, 2025 byjakkdl
Make generator methods(Objects, Python, Grammar, and Parser dirs) topic-free-threading type-featureA feature request or enhancement
gen_set_name
andgen_set_qualname
thread-safe in free-threaded builds interpreter-core #133931 openedMay 12, 2025 byefimov-mikhail
Regression in 3.14: setting __dict__ on custom type broken (mypyc, pybind11) interpreter-core(Objects, Python, Grammar, and Parser dirs) release-blocker type-bugAn unexpected behavior, bug, or error
#133912 openedMay 12, 2025 byhenryiii
Improve(Objects, Python, Grammar, and Parser dirs) type-featureA feature request or enhancement
SyntaxError
message for missing commas interpreter-core #133850 openedMay 10, 2025 byStanFromIreland
Attribute __annotations__ containd in FunctionType.__dict__ but is not an attribute of "FunctionType" itself interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-typing type-bugAn unexpected behavior, bug, or error
#133819 openedMay 10, 2025 bysiegbert7
Use-after-free inonly security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) release-blocker topic-unicode type-crashA hard crash of the interpreter, possibly with a core dump type-securityA security issue
unicode_escape
decoder with error handler 3.9 #133767 openedMay 9, 2025 bysethmlarson
Enable UTF-8 mode by default (implement PEP 686) interpreter-core(Objects, Python, Grammar, and Parser dirs) type-featureA feature request or enhancement
#133711 openedMay 8, 2025 byAA-Turner
Remove deprecated C API objects slated for removal in 3.15 3.15new features, bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-C-API
#133644 openedMay 8, 2025 bypicnixz
3 of 8 tasks
mimalloc platform abstraction doesn't compile on all WinAPI partitions interpreter-core(Objects, Python, Grammar, and Parser dirs) OS-windows type-bugAn unexpected behavior, bug, or error
#133571 openedMay 7, 2025 bymaxbachmann
ProTip! Typegi on any issue or pull request to go back to the issue listing page.