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

Corrupt .pyc files stay on disk after failed writes type-bug An unexpected behavior, bug, or error
#126606 opened Nov 8, 2024 by xavierholt
Unexpected behaviour of __subclasshook__ with abc extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126604 opened Nov 8, 2024 by SimonKoop
urllib.request.pathname2url() raises on NTFS alternate data stream 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#126601 opened Nov 8, 2024 by barneygale
Remove the _PyOptimizer APIs 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-JIT
#126599 opened Nov 8, 2024 by brandtbucher
Generator objects are defined using PyObject_HEAD rather than PyObject_VAR_HEAD interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#126596 opened Nov 8, 2024 by jbower-fb
Failed assertion in itertoolsmodule.c: itertools_count_impl for count(sys.maxsize) interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#126595 opened Nov 8, 2024 by devdanzin
Failed assertion in typeobject.c::wrap_buffer for b"".__buffer__(-2**31 - 1) interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#126594 opened Nov 8, 2024 by devdanzin
3.13: cannot run python -m tkinter due to missing init.tcl OS-windows pending The issue will be closed if no feedback is provided topic-tkinter type-bug An unexpected behavior, bug, or error
#126592 opened Nov 8, 2024 by ahmadkakarr
Add EHWPOISON to errno module extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#126585 opened Nov 8, 2024 by rruuaanng
zipfile.Path.open is slow when opening for writing in a ZIP with many entries performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126565 opened Nov 8, 2024 by janhicken
Turn shutil into a runnable module pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#126562 opened Nov 8, 2024 by zhihaoy
nogil inconsistent empty list while sorting 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bug An unexpected behavior, bug, or error
#126559 opened Nov 7, 2024 by luisggpina
ctypes: We do not correctly handle NULL dlsym() return values 3.12 bugs and security fixes 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-bug An unexpected behavior, bug, or error
#126554 opened Nov 7, 2024 by grgalex
importlib.reload is not thread-safe 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-importlib type-bug An unexpected behavior, bug, or error
#126548 opened Nov 7, 2024 by bswck
ConfigParser chokes on conflict markers in stdin and throws AttributeError stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126541 opened Nov 7, 2024 by myxoid
make regen-unicodedata produces different file on macos build The build process and cross-build OS-mac topic-unicode type-bug An unexpected behavior, bug, or error
#126525 opened Nov 7, 2024 by sobolevn
"Check if generated files are up to date" job misses regen-unicodedata and regen-limited-abi build The build process and cross-build type-feature A feature request or enhancement
#126524 opened Nov 7, 2024 by sobolevn
SRE ignores the ASCII flag on character ranges with non-BMP upper bound 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-regex type-bug An unexpected behavior, bug, or error
#126505 opened Nov 6, 2024 by djoooooe
Mark all objects reachable from roots as live before doing main cyclic GC pass 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#126491 opened Nov 6, 2024 by markshannon
No proper validation for month in Calendar Module 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126476 opened Nov 6, 2024 by gugupy
ProTip! Exclude everything labeled bug with -label:bug.