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

pathlib copy methods do not work across partitions type-bug An unexpected behavior, bug, or error
#122890 opened Aug 10, 2024 by Akuli
Incorrect argument type for str() crashes the interpreter type-crash A hard crash of the interpreter, possibly with a core dump
#122888 opened Aug 10, 2024 by pschanely
Performance improvement for os.scandir on Windows OS-windows performance Performance or resource usage type-feature A feature request or enhancement
#122885 opened Aug 10, 2024 by Michael-K-Stein
Reduce asyncio heapq overhead performance Performance or resource usage topic-asyncio type-feature A feature request or enhancement
#122881 opened Aug 10, 2024 by bdraco
Subtraction of two datetime objects returns wrong timedelta pending The issue will be closed if no feedback is provided type-feature A feature request or enhancement
#122880 opened Aug 10, 2024 by Iftakharpy
Typo in the Python Tutorial docs Documentation in the Doc dir
#122876 opened Aug 10, 2024 by Flyagin
Allow "-m json" instead of "-m json.tool" stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#122873 opened Aug 9, 2024 by treyhunner
JIT does not build on the main branch build The build process and cross-build topic-JIT type-bug An unexpected behavior, bug, or error
#122869 opened Aug 9, 2024 by ZeroIntensity
Hosted documentation has not been updated in over a week 3.12 bugs and security fixes docs Documentation in the Doc dir
#122868 opened Aug 9, 2024 by aphedges
Running Lib/test/test_funcattrs.py directly fails tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#122864 opened Aug 9, 2024 by Eclips4
Optimization of argmin/argmax/argsort type-feature A feature request or enhancement
#122863 opened Aug 9, 2024 by dg-pb
GC: Implementation does not match behavior documented on gc.set_threshold type-bug An unexpected behavior, bug, or error
#122862 opened Aug 9, 2024 by ojw28
Deprecate asyncio.iscoroutinefunction 3.14 new features, bugs and security fixes topic-asyncio
#122858 opened Aug 9, 2024 by kumaraditya303
Embedded python crashes in internal function type-bug An unexpected behavior, bug, or error
#122857 opened Aug 9, 2024 by gsohler
Disallow arbitrary types in co_consts
#122850 opened Aug 9, 2024 by encukou
Path.exists() - Memory leak topic-pathlib type-bug An unexpected behavior, bug, or error
#122849 opened Aug 9, 2024 by RegisGraptin
Function definition grammar is incorrect docs Documentation in the Doc dir
#122845 opened Aug 9, 2024 by skirpichev
shelve and dbm modules inconsistency type-bug An unexpected behavior, bug, or error
#122841 opened Aug 8, 2024 by Pekka1955
Several Python 3.13 opcodes are not documented 3.13 bugs and security fixes docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs)
#122838 opened Aug 8, 2024 by MatthieuDartiailh
Execution model reference should cover closure arg to exec & eval 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir triaged The issue has been accepted as valid by a triager.
#122826 opened Aug 8, 2024 by ncoghlan
Inconsistent locations for conditional branches in while statements 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
#122821 opened Aug 8, 2024 by markshannon
ProTip! no:milestone will show everything without a milestone.