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
Assigned to nobody Loading
Sort

Issues list

3.14 regression: slot dataclasses classes leak original class 3.14 bugs and security fixes 3.15 new features, bugs and security fixes topic-dataclasses type-bug An unexpected behavior, bug, or error
#135228 opened Jun 6, 2025 by Tinche
[3.13] copyreg._reconstructor crashes when trying to pickle.load specific serialized data pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#135201 opened Jun 6, 2025 by moorchegue
The case generator no longer reports escaping calls in conditions as an error. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#135193 opened Jun 5, 2025 by markshannon
Python 3.14 REPL sometimes breaks when editing code blocks topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#135185 opened Jun 5, 2025 by treyhunner
MSVC 5274 warning suppression for _Py_ALIGN_AS should be local topic-C-API type-bug An unexpected behavior, bug, or error
#135183 opened Jun 5, 2025 by encukou
Potential integer overflow in instrumentation.c interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#135177 opened Jun 5, 2025 by rialbat
Generator expression behavior changed in 3.13.4 - it does not throw exception anymore 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#135171 opened Jun 5, 2025 by Roman513
Weird behaviour with tmux send-keys topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#135154 opened Jun 5, 2025 by ManuGraiph
Pip no longer in the PATH for 3.13.4 OS-windows topic-installation type-bug An unexpected behavior, bug, or error
#135149 opened Jun 4, 2025 by Paulo-21
Parts of strings that look like comments being stripped out of nested strings with debug specifier 3.12 only security fixes 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#135148 opened Jun 4, 2025 by tom-pytel
venv should include python-config in the virtual environment topic-venv Related to the venv module type-bug An unexpected behavior, bug, or error
#135147 opened Jun 4, 2025 by krupan
Build fails with Py_STACKREF_DEBUG set. type-bug An unexpected behavior, bug, or error
#135125 opened Jun 4, 2025 by markshannon
realpath(..., strict=ALLOW_MISSING) can unexpectedly succeed on Windows 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error
#135122 opened Jun 4, 2025 by serhiy-storchaka
Python 3.14 REPL blanks links above terminal rows when pasting 3.14 bugs and security fixes 3.15 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#135055 opened Jun 3, 2025 by treyhunner
In Python 3.13 REPL, print() adds extra indentation when invoked from a tkinter event handler 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes topic-repl Related to the interactive shell topic-tkinter type-bug An unexpected behavior, bug, or error
#135045 opened Jun 2, 2025 by culler
Explicitly disable SIMD128/256 support for HACL* on aarch64-linux 3.14 bugs and security fixes 3.15 new features, bugs and security fixes build The build process and cross-build extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#135032 opened Jun 2, 2025 by Zheaoli
Should we support unicode in width/precision formatting fields? stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#135025 opened Jun 2, 2025 by skirpichev
test_perf_profiler fails under Windows Subsystem for Linux 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#134986 opened May 31, 2025 by emmatyping
python -m pdb -p fails when CONFIG_CROSS_MEMORY_ATTACH not set in kernel config 3.14 bugs and security fixes 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#134876 opened May 29, 2025 by cakemanny
Ctrl+C corrupts autocomplete stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#134869 opened May 28, 2025 by danielzgtg
ProTip! Exclude everything labeled bug with -label:bug.