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

Add an API to allow getting the number of "performance" cores-only type-feature A feature request or enhancement
#127017 opened Nov 19, 2024 by alex
Add __str__ and __repr__ to ConfigParser for Better Debugging and Unit Testing stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#127011 opened Nov 19, 2024 by Agent-Hellboy
Remove lazy dictionary tracking 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#127010 opened Nov 19, 2024 by markshannon
subprocess.run parameters not fully documented docs Documentation in the Doc dir
#127008 opened Nov 19, 2024 by CitrusWire
shutil.which() can return non-executable path starting with 3.12 on Windows type-bug An unexpected behavior, bug, or error
#127001 opened Nov 19, 2024 by lazka
Pickletools Default Encoding type-bug An unexpected behavior, bug, or error
#126997 opened Nov 19, 2024 by Legoclones
Pickle deserialization null byte discrepancy type-bug An unexpected behavior, bug, or error
#126996 opened Nov 19, 2024 by Legoclones
Pickle INT/LONG base discrepancy type-bug An unexpected behavior, bug, or error
#126992 opened Nov 19, 2024 by Legoclones
Missing PyDECREF for load_build in _pickle.c 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#126991 opened Nov 19, 2024 by Legoclones
Crash in _PyXI_ApplyErrorCode() 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#126986 opened Nov 18, 2024 by ericsnowcurrently
bytearray().__buffer__(256) crashes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#126980 opened Nov 18, 2024 by sobolevn
Custom environments in subinterpreters topic-subinterpreters type-feature A feature request or enhancement
#126977 opened Nov 18, 2024 by FFY00
inconsistency in 3.13 LOAD_GLOBAL docs docs Documentation in the Doc dir
#126970 opened Nov 18, 2024 by stopa27
limitations of new multiline code and closure support in pdb type-bug An unexpected behavior, bug, or error
#126958 opened Nov 18, 2024 by limwz01
Typecheck can be added to _pydatetime.timedelta.__new__ stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#126947 opened Nov 18, 2024 by bombs-kim
Error message in getopt.do_longs can be improved based on the existing comment stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#126946 opened Nov 18, 2024 by bombs-kim
Better error message when missing args to pdb command stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#126944 opened Nov 18, 2024 by hauntsaninja
Struct fields with size > 65535 bytes throw TypeError 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-ctypes type-bug An unexpected behavior, bug, or error
#126937 opened Nov 17, 2024 by Melissa0x1f992
Feature Request: Expose Handling Frame Information in Python's Traceback Module stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#126935 opened Nov 17, 2024 by vanschelven
line with "with" should not be on the stacktrace for exceptions raised in __exit__ interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#126932 opened Nov 17, 2024 by vanschelven
Cannot os.spawnl with no arguments docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#126931 opened Nov 17, 2024 by CitrusWire
Allow relative imports in the __main__ module type-feature A feature request or enhancement
#126926 opened Nov 17, 2024 by FFY00
ProTip! no:milestone will show everything without a milestone.