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

dataclass overriding a property in the parent class is broken type-bug An unexpected behavior, bug, or error
#121354 opened Jul 3, 2024 by marksandler2
Use _Py_SourceLocation in symtable
#121352 opened Jul 3, 2024 by iritkatriel
test_pyrepl: test_not_wiping_history_file() fails (randomly?) on multiple buildbots tests Tests in the Lib/test dir topic-repl Related to the interactive shell
#121351 opened Jul 3, 2024 by vstinner
Suffix in pathlib is not behaving like a file extension topic-pathlib type-bug An unexpected behavior, bug, or error
#121347 opened Jul 3, 2024 by bbilly1
pkgutil direct use of zipimport._zip_directory_cache is no longer safe type-bug An unexpected behavior, bug, or error
#121342 opened Jul 3, 2024 by AdamWill
Clarify what is the default executor for asyncio.run_in_executor docs Documentation in the Doc dir topic-asyncio
#121333 opened Jul 3, 2024 by aisk
ast constructors should look at _attributes for allowed attributes 3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error
#121332 opened Jul 3, 2024 by JelleZijlstra
Weird inspect.getsource behavior with generators stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#121331 opened Jul 3, 2024 by MarkRotchell
SSLContext might create infinite recursions in some use-cases type-bug An unexpected behavior, bug, or error
#121330 opened Jul 3, 2024 by cmin764
Limit the reading size from pipes to their default buffer size on Unix systems performance Performance or resource usage type-feature A feature request or enhancement
#121313 opened Jul 3, 2024 by aplaikner
missing global names inside a class body (calling exec with a ChainMap) interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#121306 opened Jul 3, 2024 by CNSeniorious000
3.13 copy.replace isn't in __all__ 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#121300 opened Jul 3, 2024 by max-muoto
KeyboardInterrupt during paste breaks the new REPL type-bug An unexpected behavior, bug, or error
#121295 opened Jul 2, 2024 by treyhunner
tuple.index vs list.index different value errors type-feature A feature request or enhancement
#121288 opened Jul 2, 2024 by xSpecialFoodx
email: invalid RFC 2047 address header after refolding with email.policy.default type-bug An unexpected behavior, bug, or error
#121284 opened Jul 2, 2024 by medmunds
argparse mis-handles a store_true option in between two nargs="?" positionals type-bug An unexpected behavior, bug, or error
#121282 opened Jul 2, 2024 by zackw
Allow .. versionadded:: next in docs docs Documentation in the Doc dir type-feature A feature request or enhancement
#121277 opened Jul 2, 2024 by encukou
5 tasks
Some tests in test_smtplib and test_logging failed when Python is configured with --disable-ipv6 tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#121275 opened Jul 2, 2024 by aisk
test_pyrepl doesn't ignore PYTHONSTARTUP 3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error
#121271 opened Jul 2, 2024 by Yhg1s
Remove remnants of support for non-IEEE 754 systems from cmathmodule.c type-feature A feature request or enhancement
#121268 opened Jul 2, 2024 by skirpichev
Tarfile is unnecessarily slow type-bug An unexpected behavior, bug, or error
#121267 opened Jul 2, 2024 by jforberg
ProTip! Exclude everything labeled bug with -label:bug.