-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Breaking change of bugs and security fixes
3.14
new features, bugs and security fixes
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
dataclasses.dataclass comparison semantics in 3.13+
3.13
#128294
opened Dec 27, 2024 by
daskol
In the new REPL, multiline input execution should fail fast
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
#128231
opened Dec 24, 2024 by
bswck
multiprocessing.Queue: Exceeding a certain amount of bytes in the queue prevents proper exit
3.12
#128186
opened Dec 22, 2024 by
ebonnal
ctypes pointer writes are not thread safe
3.13
#128182
opened Dec 22, 2024 by
ZeroIntensity
Defining iterator in a separate class no longer works in 3.13
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
#128161
opened Dec 21, 2024 by
antonio-rojas
3.14 build error after recent commit: bugs and security fixes
3.14
new features, bugs and security fixes
build
The build process and cross-build
OS-mac
type-bug
An unexpected behavior, bug, or error
pylifecycle.c:50:12: fatal error: os/log.h: No such file or directory
3.13
#128146
opened Dec 21, 2024 by
barracuda156
Race in bytes_hash under free-threading
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
easy
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-bug
An unexpected behavior, bug, or error
#128133
opened Dec 20, 2024 by
hawkinsp
Race on bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
topic-free-threading
type-bug
An unexpected behavior, bug, or error
_PyRuntime.signals.unhandled_keyboard_interrupt when calling eval() concurrently in free-threading mode
3.13
#128130
opened Dec 20, 2024 by
hawkinsp
Race between _PyObject_GenericGetAttrWithDict and ensure_nonmanaged_dict under free-threading
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-free-threading
type-bug
An unexpected behavior, bug, or error
#128100
opened Dec 19, 2024 by
hawkinsp
os.path.realpath() RecursionError
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
type-bug
An unexpected behavior, bug, or error
#128098
opened Dec 19, 2024 by
jwilk
[Windows] Python 3.13 New REPL prompt swallows characters with print(..., end=" ")
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
#128067
opened Dec 18, 2024 by
cessor
PyREPL raises exception while trying to write to the history file on a read-only file system
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
#128066
opened Dec 18, 2024 by
vladimir-poghosyan
CSV Writer Regression in Python 3.11+: Escaping Required but Unnecessary
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
type-bug
An unexpected behavior, bug, or error
#128064
opened Dec 18, 2024 by
cspurk
Race between bugs and security fixes
3.14
new features, bugs and security fixes
topic-free-threading
type-bug
An unexpected behavior, bug, or error
partial_vectorcall_fallback and _PyVectorcall_FunctionInline under free-threading
3.13
#128050
opened Dec 18, 2024 by
hawkinsp
code objects remove unknown opcodes from the instruction stream when accessing bugs and security fixes
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
co_code
3.12
#128045
opened Dec 17, 2024 by
DinoV
OpenSSH incompatible with bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
OS-windows
stdlib
Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
mkdir(mode=0o700) on Windows with OWNER RIGHTS
3.12
#128038
opened Dec 17, 2024 by
hssyoo
Update usages of 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
type-bug
An unexpected behavior, bug, or error
PySys_FormatStderr with locale-dependent strerror
3.12
#128022
opened Dec 17, 2024 by
picnixz
tkinter.Wm.wm_iconbitmap has no effect when passing an empty string to the parameter default
3.12
#128014
opened Dec 17, 2024 by
Xiaokang2022
TarFile.extractall(..., filter='tar') arbitrary file chmod
3.9
only security fixes
3.10
only security fixes
3.11
only security fixes
3.12
bugs and security fixes
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
type-security
A security issue
#127987
opened Dec 16, 2024 by
jwilk
Segmentation fault in pydebug mode
3.12
bugs and security fixes
3.13
bugs and security fixes
extension-modules
C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
#127903
opened Dec 13, 2024 by
shadchin
Verify permissions in bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
infra
CI, GitHub Actions, buildbots, Dependabot, etc.
type-bug
An unexpected behavior, bug, or error
require-pr-label.yml workflow
3.12
#127785
opened Dec 10, 2024 by
ezio-melotti
Stale entries in MRO cache if MRO contains non-base classes
3.12
bugs and security fixes
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
#127773
opened Dec 9, 2024 by
colesbury
_PyEval_SetTrace is no longer available in C API since 3.13
3.13
#127748
opened Dec 8, 2024 by
dalazx
Previous Next
ProTip!
no:milestone will show everything without a milestone.