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

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
Segmentation fault issue pending The issue will be closed if no feedback is provided type-crash A hard crash of the interpreter, possibly with a core dump
#132602 opened Apr 16, 2025 by Angel-code-arvi
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
#132581 opened Apr 16, 2025 by serhiy-storchaka
Introduction of Thread._handle: _thread._ThreadHandle in Python3.13 has broken an unknown number of packages stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132578 opened Apr 16, 2025 by initialed85
pathlib.Path.move() consumes too much disk space performance Performance or resource usage topic-pathlib type-bug An unexpected behavior, bug, or error
#132566 opened Apr 15, 2025 by barneygale
The new multiprocessing.[R]Lock.locked() method fails. topic-multiprocessing type-bug An unexpected behavior, bug, or error
#132561 opened Apr 15, 2025 by YvesDup
Dataclasses erroring when descriptor has mutable default topic-dataclasses type-bug An unexpected behavior, bug, or error
#132559 opened Apr 15, 2025 by thejcannon
Argparse: Unable to combine choices with type stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132558 opened Apr 15, 2025 by hansthen
Segfault/abort from calling BytesIO unshare_buffer in threads on a free-threaded build 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#132551 opened Apr 15, 2025 by devdanzin
Weird enum.Enum signature? stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132543 opened Apr 15, 2025 by ego-thales
threading.Thread.native_id for forking thread wrong after fork extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#132542 opened Apr 15, 2025 by Oberon00
logging.config.dictConfig can’t set SysLogHandler.append_nul stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132539 opened Apr 15, 2025 by Hawk777
Make it possible for the jit to deopt to tier1 upon interrupts interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#132532 opened Apr 14, 2025 by iritkatriel
Outdated error message when passing an invalid typecode to array.array constructor 3.13 bugs and security fixes 3.14 new features, bugs and security fixes easy extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#132527 opened Apr 14, 2025 by tomasr8
Excessive QSBR memory usage when delay freeing large blocks. interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bug An unexpected behavior, bug, or error
#132519 opened Apr 14, 2025 by tom-pytel
ConfigParser read() should propagate file errors when only one config file is provided stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132512 opened Apr 14, 2025 by AdamPiotrowski91
Use tagged pointers for more efficient integer operations. interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132509 opened Apr 14, 2025 by markshannon
Exception unwinding might be broken when handling a memory error. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#132508 opened Apr 14, 2025 by markshannon
Collect timestamps on most exceptions for optional display on tracebacks. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#132502 opened Apr 14, 2025 by gpshead
Avoid eagerly evaluating annotations 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132493 opened Apr 14, 2025 by JelleZijlstra
ProTip! Exclude everything labeled bug with -label:bug.