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

3.11 backtrace visual indicators are too verbose type-bug
#93883 opened Jun 16, 2022 by belm0
Improving conciseness of ipaddress factory functions. type-feature
#93880 opened Jun 15, 2022 by Nougat-Waffle
timeit.default_timer() restarted. type-bug
#93877 opened Jun 15, 2022 by SolsticeProjekt
Embeddable Python for Windows doesn't find modules to import like the normal Python type-bug
#93875 opened Jun 15, 2022 by yasarabio
argparse: document exceptions, subclass from SystemExit and ArgparseError docs
#93873 opened Jun 15, 2022 by ynikitenko
__text_signature__ in custom code docs
#93865 opened Jun 15, 2022 by qwenger
strtobool docs innacurate docs
#93863 opened Jun 15, 2022 by MareoRaft
venv bug: Function “_old_fish_prompt” does not exist when activating venv in child process stdlib type-bug
#93858 opened Jun 15, 2022 by thomasbbrunner
Broken links in the documentation docs easy type-bug
#93851 opened Jun 15, 2022 by arhadthedev
Enum does not work if member is an instance of types.GenericAlias 3.11 3.12 expert-typing stdlib type-bug
#93847 opened Jun 15, 2022 by serhiy-storchaka
Move all stdlib tests in the test package type-bug
#93839 opened Jun 15, 2022 by vstinner
Endless recursion in repr of asyncio.Future if a callback uses the Future itself as argument pending stdlib type-bug
#93837 opened Jun 15, 2022 by usiems
_ast.Attribute objects in a module are assigned the same attr values type-bug
#93828 opened Jun 15, 2022 by gurukamath
Calling comprehensions always makes CALL_PY_EXACT_ARGS miss type-feature
#93827 opened Jun 15, 2022 by sweeneyde
No zlib in WASI type-bug
#93819 opened Jun 14, 2022 by DaAwesomeP
Building on Windows should remove all __pycache__ build OS-windows type-feature
#93783 opened Jun 13, 2022 by sweeneyde
Tkinter canvas visual bug on angled text expert-tkinter type-bug
#93778 opened Jun 13, 2022 by Unprex
Deepfreeze using 3.10, not bootstrap interpreter. type-bug
#93771 opened Jun 13, 2022 by markshannon
ProTip! Exclude everything labeled bug with -label:bug.