Skip to content

Issues: python/cpython

Beta
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

Python 3.13.3 runs __iter__ twice in a list comprehension 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#132711 opened Apr 18, 2025 by fb2078
uuid.getnode() is not tied to MAC address stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132710 opened Apr 18, 2025 by sfc-gh-tteixeira
Segfault in free-threaded build from interaction of nested list/tuple repr interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#132707 opened Apr 18, 2025 by devdanzin
Share code for getdoc() between inspect and pydoc stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132686 opened Apr 18, 2025 by serhiy-storchaka
Enum _missing_ function changes __contains__ behaviour 3.12 only security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132684 opened Apr 18, 2025 by artur-sl
_align_ = 0 segfaults when used with empty filed list (_fields_ = []) 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-ctypes type-crash A hard crash of the interpreter, possibly with a core dump
#132673 opened Apr 18, 2025 by karas84
urllib doesn't respect macOS bypass proxy rules if URL contains port stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132671 opened Apr 18, 2025 by nikola-sh
Overflow handling in statistics.mean() and statistics.fmean() docs Documentation in the Doc dir
#132667 opened Apr 18, 2025 by olliefr
Implement PEP 750 – Template Strings 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#132661 opened Apr 17, 2025 by lysnikolaou
copy.copy and copy.deepcopy scale poorly with free-threading performance Performance or resource usage stdlib Python modules in the Lib dir topic-free-threading type-bug An unexpected behavior, bug, or error
#132657 opened Apr 17, 2025 by eendebakpt
Document how to format a timedelta in human-readable form docs Documentation in the Doc dir easy type-feature A feature request or enhancement
#132642 opened Apr 17, 2025 by aum7
Data race between compare_generic and insert_combined_dict under free-threading interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bug An unexpected behavior, bug, or error
#132641 opened Apr 17, 2025 by vfdev-5
Add PyLong_AsNativeBytes and PyLong_FromNativeBytes to the stable ABI interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#132639 opened Apr 17, 2025 by zooba
Multiprocessing queue doesn't make the program exit properly stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#132634 opened Apr 17, 2025 by albertino87
Releases missing in 3.11 archive docs Documentation in the Doc dir infra CI, GitHub Actions, buildbots, Dependabot, etc.
#132633 opened Apr 17, 2025 by StanFromIreland
JSON CLI: I/O operation on closed file" when parsing JSON Lines file 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132631 opened Apr 17, 2025 by hugovk
Deprecate accepting out of range values for unsigned integers in PyArg_Parse interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#132629 opened Apr 17, 2025 by serhiy-storchaka
dict.update() mutation check too broad 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#132617 opened Apr 16, 2025 by colesbury
pkgutil.find_loader deprecation warning attributed to incorrect module when calling pkgutil.get_loader pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir topic-importlib type-bug An unexpected behavior, bug, or error
#132605 opened Apr 16, 2025 by amblina
Non-runtime_checkable subclass of a runtime_checkable Protocol allows isinstance() stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#132604 opened Apr 16, 2025 by JelleZijlstra
create_task(name=...) silently fails to set name with custom task_factory after gh-128308 stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#132593 opened Apr 16, 2025 by sergiosacj
Cryptic error message about ENV CHANGED 3.13 bugs and security fixes 3.14 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#132581 opened Apr 16, 2025 by serhiy-storchaka
Introduction of Thread._handle: _thread._ThreadHandle in Python3.13 has broken an unknown number of packages 3.13 bugs and security fixes 3.14 new features, bugs and security fixes easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132578 opened Apr 16, 2025 by initialed85
ProTip! Exclude everything labeled bug with -label:bug.