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

Allow 3.13 py.exe can be use on PCBuild type-bug An unexpected behavior, bug, or error
#125625 opened Oct 16, 2024 by Wulian233
test_resource_tracker_sigkill fails on NetBSD: AssertionError for warning count in test_multiprocessing_fork 3.12 bugs and security fixes 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
#125620 opened Oct 16, 2024 by furkanonder
New REPL multiline editing feature not documented docs Documentation in the Doc dir topic-repl Related to the interactive shell
#125613 opened Oct 16, 2024 by corneliusroemer
Bad specialization of STORE_ATTR_INSTANCE_VALUE with obj.__dict__ 3.13 bugs and security fixes 3.14 new features, bugs and security fixes performance Performance or resource usage
#125610 opened Oct 16, 2024 by colesbury
New COLORIZED REPL nearly unusable on MS-Windows 10 by default OS-windows topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#125609 opened Oct 16, 2024 by NoelJB
Python dictionary watchers no longer trigger when an object's attributes change 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#125608 opened Oct 16, 2024 by colesbury
Avoid Standalone Sub-structs In pycore_runtime.h 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
#125604 opened Oct 16, 2024 by ericsnowcurrently
[3.14] change in behaviour in gc.get_referrers(some_local) 3.14 new features, 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
Generate less warnings for stale code type-feature A feature request or enhancement
#125600 opened Oct 16, 2024 by gaogaotiantian
colors are missing on (Base)ExceptionGroup tracebacks in the pyrepl 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#125593 opened Oct 16, 2024 by graingert
it's no longer possible to delete items from f_locals (FrameLocalsProxy) 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
#125590 opened Oct 16, 2024 by deanagarrott
re documentation, the word 'captured' is unfortunate docs Documentation in the Doc dir topic-regex
#125579 opened Oct 16, 2024 by epa
Documentation for os.exec* functions omits information about required argument docs Documentation in the Doc dir
#125562 opened Oct 16, 2024 by jlownie
Decimal strict mode should prevent Decimal("0.89") == 0.89 pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#125557 opened Oct 15, 2024 by timkay
untokenize() does not round-trip for code containing line breaks (\ + \n) topic-parser type-bug An unexpected behavior, bug, or error
#125553 opened Oct 15, 2024 by tomasr8
Adding an internal C-API for dynamic arrays extension-modules C modules in the Modules dir topic-C-API type-feature A feature request or enhancement
#125543 opened Oct 15, 2024 by ZeroIntensity
Deprecate prefix_chars in argument_group stdlib Python modules in the Lib dir
#125542 opened Oct 15, 2024 by savannahostrowski
Make ctrl-c interrupt threading.Lock.acquire() on Windows OS-windows type-feature A feature request or enhancement
#125541 opened Oct 15, 2024 by colesbury
avoid bare except: in stdlib stdlib Python modules in the Lib dir
#125522 opened Oct 15, 2024 by iritkatriel
ProTip! Exclude everything labeled bug with -label:bug.