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

Loop work differently in normal form and in list comprehension type-bug
#95193 opened Jul 24, 2022 by jmishra01
IDLE: usually include prompts when save or copy shell 3.12 expert-IDLE type-bug
#95191 opened Jul 24, 2022 by terryjreedy
ast.parse() wrong (IMHO) AnnAssign.target.ctx when value is absent. type-bug
#95184 opened Jul 23, 2022 by mrolle45
TaskGroup missing from API Index docs
#95180 opened Jul 23, 2022 by Dreamsorcerer
Build wasm32-wasi without WASIX 3.11 3.12 type-feature
#95174 opened Jul 23, 2022 by tiran
Sorting tuples containing None raises TypeError in 3.11 3.11 3.12 release-blocker triaged type-bug
#95173 opened Jul 23, 2022 by jacobtylerwalls
concurrent.futures.Executor.map does not cancel the currently waited on future type-bug
#95166 opened Jul 23, 2022 by graingert
Error 0x80070661 when installing python. 3.11 expert-installation OS-windows type-bug
#95163 opened Jul 23, 2022 by Dy-tech
Doc/using/mac.rst is out of date docs OS-mac
#95155 opened Jul 22, 2022 by hauntsaninja
Code objects with non-equal co_linetables compare equal 3.11 3.12 interpreter-core triaged type-bug
#95150 opened Jul 22, 2022 by 15r10nk
Improve error message when using in for object that is not container type-feature
#95144 opened Jul 22, 2022 by Mariatta
statistics.covariance, statistics.correlation and statistics.linear_regression could accept decimal.Decimal inputs. docs stdlib type-feature
#95130 opened Jul 22, 2022 by LJPRuigrok
tkinter text editor takes Turkish letters wrongly expert-tkinter type-bug
#95127 opened Jul 22, 2022 by mu-us61
Inline call frames for CALL_FUNCTION_EX 3.12 performance type-feature
#95126 opened Jul 22, 2022 by Fidget-Spinner
get_type_hints change in behavior for Annotated with from future import annotations 3.9+ expert-typing stdlib type-bug
#95123 opened Jul 22, 2022 by hmc-cs-mdrissi
Argparse add_argument treats - in flags differently to - in positional arguments. type-bug
#95100 opened Jul 21, 2022 by CSDUMMI
String formatting clarification docs
#95088 opened Jul 21, 2022 by FrankMillman
email.utils.parsedate_tz() crashes on certain inputs expert-email type-bug
#95087 opened Jul 21, 2022 by wbolster
Promote wasm32-emscripten and wasm32-wasi to tier 3 3.11 3.12 type-feature
#95085 opened Jul 21, 2022 by tiran
deepcopy memoryview raises TypeError type-bug
#95081 opened Jul 21, 2022 by stuaxo
some unicode APIs do not document error behavior docs
#95079 opened Jul 21, 2022 by maxbachmann
unittest.mock.Mock does not allow name attribute to be mocked in constructor type-bug
#95078 opened Jul 21, 2022 by galenhwang
ProTip! Exclude everything labeled bug with -label:bug.