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

importlib.reload is not thread-safe topic-importlib type-bug An unexpected behavior, bug, or error
#126548 opened Nov 7, 2024 by bswck
Pre-allocate version numbers for common builtin classes. 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#126547 opened Nov 7, 2024 by markshannon
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
Guides to the parser and grammar contain obsolete links to devguide docs Documentation in the Doc dir
#126529 opened Nov 7, 2024 by valerii-chirkov
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
Cannot create venv due to missing venvlaunchert_d.exe for Python 3.13td venv on Windows 3.13 bugs and security fixes OS-windows topic-venv Related to the venv module type-bug An unexpected behavior, bug, or error
#126497 opened Nov 6, 2024 by XuehaiPan
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
Unnecessary error-checking branch in lexer.c. interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-parser type-bug An unexpected behavior, bug, or error
#126469 opened Nov 6, 2024 by qqwqqw689
Failure during the print of select.select output with unblocking sys.stdin extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#126468 opened Nov 6, 2024 by yurivict
Windows py Launcher Defaults to Python 3.13t 3.13 bugs and security fixes OS-windows topic-installation type-bug An unexpected behavior, bug, or error
#126467 opened Nov 6, 2024 by zetaloop
_pyrepl._minimal_curses.tigetstr segfaults 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-crash A hard crash of the interpreter, possibly with a core dump
#126456 opened Nov 5, 2024 by devdanzin
Programmatically sending indented code to 3.13 REPL causes indentation error 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell
#126449 opened Nov 5, 2024 by anthonykim1
multiprocessing.Event.set() can be deadlocked by .is_set when called by a sigterm handler stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#126434 opened Nov 5, 2024 by ivarref
Compile warnings in "i686-pc-windows-msvc/msvc (Debug)" extension-modules C modules in the Modules dir OS-windows type-bug An unexpected behavior, bug, or error
#126433 opened Nov 5, 2024 by sobolevn
ProTip! Adding no:label will show everything without a label.