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

Python 3.13 Threading issues pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#126874 opened Nov 15, 2024 by Apprisco
Add freelist for compact int objects interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#126868 opened Nov 15, 2024 by eendebakpt
Module unittest examples cannot work docs Documentation in the Doc dir
#126864 opened Nov 15, 2024 by samimakinen-twoday
TEST failed: test_posix tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#126863 opened Nov 15, 2024 by perovskikh
Possible overflow in typeobject.c:tail_contains 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#126862 opened Nov 15, 2024 by federicovalenso
Overflow if ast.AST.end_col_offset is absurdly large 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#126860 opened Nov 15, 2024 by federicovalenso
Overflow if co_linetable is absurdly large 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#126859 opened Nov 15, 2024 by federicovalenso
Overflow if co_exceptiontable is absurdly large 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#126858 opened Nov 15, 2024 by federicovalenso
Decimal.shift does not fully obey its context arg? docs Documentation in the Doc dir extension-modules C modules in the Modules dir pending The issue will be closed if no feedback is provided
#126854 opened Nov 15, 2024 by brent-ridian
Start-of-line navigation is weird in new REPL, with completions showing stdlib Python modules in the Lib dir topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#126851 opened Nov 15, 2024 by ferdnyc
pstats.Stats.get_stats_profile can't handle functions with the same name stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126850 opened Nov 15, 2024 by skmendez
subprocess.Popen doesn't redirect child process' stderr to stdout stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126848 opened Nov 14, 2024 by yurivict
Some edge cases in email.utils.parsedate_to_datetime seem to differ from RFC2822 spec stdlib Python modules in the Lib dir topic-email type-bug An unexpected behavior, bug, or error
#126845 opened Nov 14, 2024 by ariebovenberg
tkinter.filedialog.askdirectory() hangs if the directory name has right trailing blanks pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir topic-tkinter type-bug An unexpected behavior, bug, or error
#126839 opened Nov 14, 2024 by Madpentiste
urllib.request.url2pathname() mishandles non-empty authority sections on POSIX 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126838 opened Nov 14, 2024 by barneygale
Remove the AST optimizer interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#126835 opened Nov 14, 2024 by Eclips4
Cannot open zip64 file if Zip64EOCD record has additional data stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126834 opened Nov 14, 2024 by VladRassokhin
Provide visualizations of executor graphs interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#126833 opened Nov 14, 2024 by markshannon
maximum recursion depth in deepcopy regression stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126817 opened Nov 14, 2024 by tacaswell
pygettext: false positives when extracting messages stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126807 opened Nov 13, 2024 by tomasr8
Use a higher tier-up threshold for JIT code 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT
#126795 opened Nov 13, 2024 by brandtbucher
Warning about the use of site-specific path when the site initialization has been disabled stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126793 opened Nov 13, 2024 by FFY00
Introduces more interactive command for PDB type-feature A feature request or enhancement
#126785 opened Nov 13, 2024 by ywq880611
ProTip! Exclude everything labeled bug with -label:bug.