Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

PEP 649 and ForwardRef caching topic-typing type-bug An unexpected behavior, bug, or error
#128593 opened Jan 7, 2025 by Viicos
sys.setrecursionlimit no longer affecting pickle.dump type-bug An unexpected behavior, bug, or error
#128590 opened Jan 7, 2025 by Jiehong
Cancellation leaks out of asyncio.TaskGroup on 3.12 when using eager tasks 3.12 bugs and security fixes topic-asyncio type-bug An unexpected behavior, bug, or error
#128588 opened Jan 7, 2025 by graingert
Allow gzip mtime to be a datetime object stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#128584 opened Jan 7, 2025 by gchqdev227
Add ModificationContext ABC to contextlib. stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#128574 opened Jan 7, 2025 by jb2170
Race in stgdict PyCStructUnionType_update_stginfo under free-threading 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-ctypes topic-free-threading type-bug An unexpected behavior, bug, or error
#128570 opened Jan 7, 2025 by vfdev-5
Mismatch behaviour in documentation of email.Message.defects docs Documentation in the Doc dir topic-email
#128568 opened Jan 7, 2025 by RanKKI
Race in ctypes PyCFuncPtr_new under free-threading 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-ctypes topic-free-threading type-bug An unexpected behavior, bug, or error
#128567 opened Jan 7, 2025 by vfdev-5
A new tail-calling interpreter for significantly better interpreter performance interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#128563 opened Jan 6, 2025 by Fidget-Spinner
tkinter widget instance name sometimes duplicated on inherited class stdlib Python modules in the Lib dir topic-tkinter type-bug An unexpected behavior, bug, or error
#128562 opened Jan 6, 2025 by philrich123
New threads should inherit the contextvars.Context of their creator extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#128555 opened Jan 6, 2025 by nascheme
TaskGroup fails to cancel tasks pending creation, if that task starts a failing task stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#128550 opened Jan 6, 2025 by graingert
Document how import chains are affected by sys.setrecursionlimit docs Documentation in the Doc dir
#128544 opened Jan 6, 2025 by seddonym
webbrowser.open with file: URLs may launch editor instead of browser stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#128540 opened Jan 6, 2025 by minrk
Find a way to handle branch events in async for interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#128534 opened Jan 6, 2025 by markshannon
Make pathlib ABCs usable by zipfile.Path stdlib Python modules in the Lib dir topic-pathlib
#128520 opened Jan 5, 2025 by barneygale
10 tasks
Test BOLT builds in CI build The build process and cross-build infra CI, GitHub Actions, buildbots, Dependabot, etc. type-feature A feature request or enhancement
#128515 opened Jan 5, 2025 by zanieb
Optimizing BOLT flags build The build process and cross-build performance Performance or resource usage type-feature A feature request or enhancement
#128514 opened Jan 5, 2025 by zanieb
Add an API for determining if an object is immortal extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#128509 opened Jan 5, 2025 by ZeroIntensity
Add some docstrings to xml.dom.minidom stdlib Python modules in the Lib dir topic-XML
#128508 opened Jan 5, 2025 by terryjreedy
Expose an interface to sqlite3_file_control extension-modules C modules in the Modules dir topic-sqlite3 type-feature A feature request or enhancement
#128505 opened Jan 5, 2025 by hashbrowncipher
Installation failure on Windows OS-windows pending The issue will be closed if no feedback is provided topic-installation
#128495 opened Jan 4, 2025 by Bunmi2020
ProTip! Exclude everything labeled bug with -label:bug.