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

Update OpenSSL versions for CI and Windows build The build process and cross-build dependencies Pull requests that update a dependency file infra CI, GitHub Actions, buildbots, Dependabot, etc. topic-SSL type-security A security issue
#131423 opened Mar 18, 2025 by picnixz
1 of 4 tasks
Wrong Python.asdl type for keys in Dict literals docs Documentation in the Doc dir
#131421 opened Mar 18, 2025 by Demonstrandum
Remove un-necessary typedefs in md5module.c and sha1module.c extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#131418 opened Mar 18, 2025 by picnixz
stdtypes don't mention asyncio generic classes docs Documentation in the Doc dir easy topic-asyncio
#131417 opened Mar 18, 2025 by asvetlov
TSAN data race in _PyErr_Restore interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bug An unexpected behavior, bug, or error
#131401 opened Mar 18, 2025 by kumaraditya303
Detect QEMU linux-user emulation in subprocess._use_posix_spawn() OS-unsupported stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#131398 opened Mar 18, 2025 by andreas-schwab
Explain how to properly mock user-defined __call__ docs Documentation in the Doc dir
#131383 opened Mar 17, 2025 by clafoutis42
AssertionError in __move_tall when scrolling through REPL history stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#131379 opened Mar 17, 2025 by correctmost
Encoding alias csEUCKR not supported stdlib Python modules in the Lib dir topic-unicode type-feature A feature request or enhancement
#131358 opened Mar 17, 2025 by sebbASF
Add more tests for zero-sized bytes objects in capi tests easy tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#131357 opened Mar 17, 2025 by sobolevn
[Python-C] _PyThreadState_UncheckedGet() changed behavior in python 3.12 and code from 3.11 no longer works 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) pending The issue will be closed if no feedback is provided topic-C-API
#131346 opened Mar 17, 2025 by AnnaAraslanova
test_re fails on Alpine Linux (with musl) OS-unsupported tests Tests in the Lib/test dir topic-regex type-bug An unexpected behavior, bug, or error
#131342 opened Mar 17, 2025 by prashanthallu
Stack overflow test errors in Alpine after GH-130398 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) OS-unsupported type-bug An unexpected behavior, bug, or error
#131338 opened Mar 16, 2025 by bitdancer
Cannot include cpython/Include/internal/pycore_optimizer.h in C++ extension due to use of protected C++ keyword "not" build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-JIT type-bug An unexpected behavior, bug, or error
#131331 opened Mar 16, 2025 by tim-stephenson
Missleading example of value validation for dbm since 3.13 docs Documentation in the Doc dir
#131323 opened Mar 16, 2025 by koutoftimer
Possible memory leak in _ctypes/PyCStructUnionType_update_stginfo on fail path extension-modules C modules in the Modules dir topic-ctypes type-bug An unexpected behavior, bug, or error
#131311 opened Mar 15, 2025 by sergey-miryanov
Stop test_ssl from changing environment tests Tests in the Lib/test dir topic-SSL type-bug An unexpected behavior, bug, or error
#131305 opened Mar 15, 2025 by terryjreedy
Undefined references to HACL symbols when statically linking Python 3.12 build The build process and cross-build extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#131298 opened Mar 15, 2025 by luis605
clang-cl issues many warnings when building on Windows build The build process and cross-build OS-windows type-feature A feature request or enhancement
#131296 opened Mar 15, 2025 by chris-eibl
Multiple tests failing when invoked directly via ./python Lib/test/... easy tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#131290 opened Mar 15, 2025 by tomasr8
MSVC emits warnings in non-debug builds build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs) OS-windows type-bug An unexpected behavior, bug, or error
#131288 opened Mar 15, 2025 by chris-eibl
ProTip! Exclude everything labeled bug with -label:bug.