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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Remove check_string and check_mapping from test_xml_etree tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#100933 opened Jan 11, 2023 by sobolevn
Improve pickle protocols coverage in test_slice tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#100931 opened Jan 11, 2023 by sobolevn
Reuse code objects for similar dataclass definitions 3.12 performance Performance or resource usage stdlib Python modules in the Lib dir
#100930 opened Jan 11, 2023 by brandtbucher
Add new format code to strptime for when microsecond is optional type-feature A feature request or enhancement
#100929 opened Jan 10, 2023 by mdavis-xyz
ctypes infinite pointer cache expert-ctypes type-bug An unexpected behavior, bug, or error
#100926 opened Jan 10, 2023 by earonesty
Improve layout of the documentation for array docs Documentation in the Doc dir
#100925 opened Jan 10, 2023 by ad-chaos
Generate separate pages for every individual free function and class docs Documentation in the Doc dir type-feature A feature request or enhancement
#100921 opened Jan 10, 2023 by adamncasey
asyncio Streams wait_closed docs Documentation in the Doc dir expert-asyncio
#100920 opened Jan 10, 2023 by OscilloPope
Leaks on Python's standard library at runtime shutdown type-bug An unexpected behavior, bug, or error
#100911 opened Jan 10, 2023 by eduardo-elizondo
email.utils.formataddr incorrect handling of unicode names with comma expert-email type-bug An unexpected behavior, bug, or error
#100900 opened Jan 9, 2023 by mricon
Possible race condition between threading.local() and GIL acquisition on Linux 3.9 3.10 3.11 3.12 interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#100892 opened Jan 9, 2023 by tkoeppe
email: address list folding encodes list-separator comma expert-email type-bug An unexpected behavior, bug, or error
#100884 opened Jan 9, 2023 by t-8ch
Fix typos in Doc folder docs Documentation in the Doc dir
#100879 opened Jan 9, 2023 by ss18
Improve tests of copy module tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#100871 opened Jan 9, 2023 by sobolevn
Per-class type cache performance Performance or resource usage type-feature A feature request or enhancement
#100870 opened Jan 9, 2023 by Fidget-Spinner
Show the version of Python Launcher for Windows type-feature A feature request or enhancement
#100829 opened Jan 7, 2023 by oleksis
Add ability to filter out results of shutil.which by os.stat_result.st_flags type-feature A feature request or enhancement
#100827 opened Jan 7, 2023 by ofek
Missing method tkinter.Image._register expert-tkinter type-bug An unexpected behavior, bug, or error
#100814 opened Jan 6, 2023 by TheLizzard
ProTip! Exclude everything labeled bug with -label:bug.