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

Performance issue with ARM64 windows Python release binaries OS-windows pending The issue will be closed if no feedback is provided performance Performance or resource usage triaged The issue has been accepted as valid by a triager.
#134524 opened May 22, 2025 by Akash9824
The C API needs to protect state that can be deleted by finalization 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes topic-C-API topic-free-threading topic-subinterpreters triaged The issue has been accepted as valid by a triager.
#134307 opened May 20, 2025 by ZeroIntensity
Support gdbjit for CPython topic-JIT triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#133377 opened May 4, 2025 by Zheaoli
c-analyzer clang preprocessor triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#133228 opened Apr 30, 2025 by dg-pb
Increase limits for typeobject.c in c-analyzer triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#133158 opened Apr 29, 2025 by sergey-miryanov
pygettext generates output even when there should be none triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#133049 opened Apr 27, 2025 by StanFromIreland
msgfmt: Generate GNU hash table triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#131725 opened Mar 25, 2025 by StanFromIreland
PYTHONSAFEPATH still includes the current directory on Windows for script entrypoints triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#131484 opened Mar 19, 2025 by nedbat
pygettext: Wrapping to width is not implemented for msgids triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#130703 opened Feb 28, 2025 by StanFromIreland
Increase test coverage of gettext tests Tests in the Lib/test dir triaged The issue has been accepted as valid by a triager.
#130655 opened Feb 27, 2025 by tomasr8
pygettext: Add --omit-header option triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#130647 opened Feb 27, 2025 by StanFromIreland
pygettext: Extend support for specifying custom keywords triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#130453 opened Feb 22, 2025 by tomasr8
Allow switching to pretty-printer when using gdb triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#129351 opened Jan 27, 2025 by wooffie
GDB extensions fails with optimized 3.13 due to cframe removal 3.13 bugs and security fixes 3.14 bugs and security fixes triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#127147 opened Nov 22, 2024 by kasium
Tuples should be immutable and safe in C, as well as in Python. 3.14 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#127058 opened Nov 20, 2024 by markshannon
Document FrameLocalsProxy behaviour quirks 3.13 bugs and security fixes 3.14 bugs and security fixes docs Documentation in the Doc dir triaged The issue has been accepted as valid by a triager.
#125731 opened Oct 19, 2024 by ncoghlan
[3.14] change in behaviour in gc.get_referrers(some_local) 3.14 bugs and security fixes triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#125603 opened Oct 16, 2024 by graingert
PEP 667 follow-up: hard deprecate PyEval_GetLocals() 3.14 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API triaged The issue has been accepted as valid by a triager.
#125170 opened Oct 9, 2024 by ncoghlan
test_compileall failed in 2038 on 3.12 and 3.13 3.12 only security fixes 3.13 bugs and security fixes tests Tests in the Lib/test dir triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#124851 opened Oct 1, 2024 by bmwiedemann
zipfile and tarfile docs should cover local timezone impact on entry timestamps docs Documentation in the Doc dir triaged The issue has been accepted as valid by a triager.
#123059 opened Aug 16, 2024 by ncoghlan
Execution model reference should cover closure arg to exec & eval 3.13 bugs and security fixes 3.14 bugs and security fixes docs Documentation in the Doc dir triaged The issue has been accepted as valid by a triager.
#122826 opened Aug 8, 2024 by ncoghlan
REPL: Don't print the line that produced a SyntaxWarning if only a single line was given as input topic-repl Related to the interactive shell triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#122396 opened Jul 29, 2024 by AlexWaygood
missing global names inside a class body (calling exec with a ChainMap) interpreter-core (Objects, Python, Grammar, and Parser dirs) triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#121306 opened Jul 3, 2024 by CNSeniorious000
Missing regression tests for SOCK_RAW support in standard library tests Tests in the Lib/test dir triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#115159 opened Feb 8, 2024 by ncoghlan
Publicly expose Lib/dbm/__init__.py::__main__ as a script stdlib Python modules in the Lib dir triaged The issue has been accepted as valid by a triager. type-feature A feature request or enhancement
#114576 opened Jan 26, 2024 by erlend-aasland
ProTip! Exclude everything labeled bug with -label:bug.