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

Segfault in union_repr from list_repr_impl in free-threaded build 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 topic-typing type-crash A hard crash of the interpreter, possibly with a core dump
#132713 opened Apr 19, 2025 by devdanzin
Enum _missing_ function changes __contains__ behaviour 3.12 only security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132684 opened Apr 18, 2025 by artur-sl
_align_ = 0 segfaults when used with empty filed list (_fields_ = []) 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-crash A hard crash of the interpreter, possibly with a core dump
#132673 opened Apr 18, 2025 by karas84
Implement PEP 750 – Template Strings 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#132661 opened Apr 17, 2025 by lysnikolaou
JSON CLI: I/O operation on closed file" when parsing JSON Lines file 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
#132631 opened Apr 17, 2025 by hugovk
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
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 type-bug An unexpected behavior, bug, or error
#132581 opened Apr 16, 2025 by serhiy-storchaka
Introduction of Thread._handle: _thread._ThreadHandle in Python3.13 has broken an unknown number of packages 3.13 bugs and security fixes 3.14 new features, bugs and security fixes easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132578 opened Apr 16, 2025 by initialed85
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
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
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
SystemError: compiler_lookup_arg(name='name_1') with reftype=7 failed in <genexpr> 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#132479 opened Apr 13, 2025 by 15r10nk
Building a ctypes.CField with wrong byte_size aborts 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-ctypes type-crash A hard crash of the interpreter, possibly with a core dump
#132470 opened Apr 13, 2025 by devdanzin
New REPL on Windows swallows characters entered via AltGr 3.13 bugs and security fixes 3.14 new features, bugs and security fixes release-blocker stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#132439 opened Apr 12, 2025 by chris-eibl
annotationlib: namespace can be non-dict 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#132426 opened Apr 12, 2025 by eliegoudout
tp_versions_used was added to PyTypeObject but is not documented 3.14 new features, bugs and security fixes docs Documentation in the Doc dir easy topic-C-API
#132331 opened Apr 9, 2025 by sonnyding1
_testembed.c:2312:1: warning: profile count data file not found 3.13 bugs and security fixes 3.14 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#132315 opened Apr 9, 2025 by utkonos
pycore_call.h:166:16: warning: ‘small_stack’ may be used uninitialized 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
#132314 opened Apr 9, 2025 by utkonos
gh-132143: Fix the AssertionError in the test case test.test_sys.TestRemoteExec 3.14 new features, bugs and security fixes awaiting review skip news tests Tests in the Lib/test dir
#132248 opened Apr 7, 2025 by littlebutt Loading…
Possible data race between split_keys_entry_added and dict_dict_merge under free-threading, 3.13 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
#132245 opened Apr 7, 2025 by vfdev-5
Data race between update_one_slot and PyObject_Hash under free-threading 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
#132214 opened Apr 7, 2025 by vfdev-5
test.test_sys.TestRemoteExec fails with AssertionError 3.14 new features, bugs and security fixes OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#132143 opened Apr 6, 2025 by littlebutt
Error traceback when interrupting+terminating python 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
#132017 opened Apr 2, 2025 by smurfix
Apple App Store rejecting apps because of "(ITMS-91061) Missing privacy manifest" 3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-ios OS-mac type-bug An unexpected behavior, bug, or error
#132006 opened Apr 2, 2025 by freakboy3742
New REPL dosen't remove line continuations upon terminal resizing 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
#131973 opened Apr 1, 2025 by Yzi-Li
ProTip! What’s not been updated in a month: updated:<2025-03-19.