Skip to content

Issues: python/cpython

Beta
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

Add ssl module test for AWS-LC type-feature A feature request or enhancement
#135401 opened Jun 11, 2025 by WillChilds-Klein
Objects with both __slots__ and __dict__ have much larger size than needed (up to 4x) on Python 3.13 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#135385 opened Jun 11, 2025 by ariebovenberg
Top-of-stack caching in the JIT
#135379 opened Jun 11, 2025 by markshannon
Support __index__() in getrandbits(), randbytes() and others 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#135378 opened Jun 11, 2025 by serhiy-storchaka
Fix and improve test_random 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes tests Tests in the Lib/test dir
#135376 opened Jun 11, 2025 by serhiy-storchaka
get_all_awaited_by() shows incorrect call stacks in awaited_by relationships type-bug An unexpected behavior, bug, or error
#135371 opened Jun 11, 2025 by pablogsal
Record the remote_debugger_script audit event in doc docs Documentation in the Doc dir
#135361 opened Jun 10, 2025 by Zheaoli
Emit PID in remote_debugger_script Audit Event type-feature A feature request or enhancement
#135360 opened Jun 10, 2025 by Zheaoli
Add SO_PASSRIGHTS constant to socket module type-feature A feature request or enhancement
#135357 opened Jun 10, 2025 by ltworf
Add fast path to json string encoding extension-modules C modules in the Modules dir performance Performance or resource usage type-feature A feature request or enhancement
#135336 opened Jun 10, 2025 by nineteendo
Running python REPL under another program + Ctrl-C results in an exception traceback stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#135329 opened Jun 10, 2025 by cmaloney
Make abstract/dunder methods positional-only. stdlib Python modules in the Lib dir topic-typing type-feature A feature request or enhancement
#135312 opened Jun 9, 2025 by randolf-scholz
Unexpected exceptions when email.policy.Policy.max_line_length is falsey 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-email type-bug An unexpected behavior, bug, or error
#135307 opened Jun 9, 2025 by ptwales
Reported resolution of time.process_time and time.thread_time is wrong on Windows OS-windows stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#135304 opened Jun 9, 2025 by chris-eibl
Using the function argument of itertools.accumulate() gets error against the doc docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#135282 opened Jun 9, 2025 by hyperkai
Unify ZoneInfo.from_file signature stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#135273 opened Jun 8, 2025 by hrimov
Create tests for turtle module tests Tests in the Lib/test dir type-feature A feature request or enhancement
#135272 opened Jun 8, 2025 by adorilson
20 tasks
Add a CI job for testing OpenSSL 1.1.1 bindings 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes infra CI, GitHub Actions, buildbots, Dependabot, etc. tests Tests in the Lib/test dir
#135261 opened Jun 8, 2025 by picnixz
ProTip! Exclude everything labeled bug with -label:bug.