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

Enum with str or int Mixin Breaking Change in Python 3.11 3.11 docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#100458 opened Dec 23, 2022 by anze3db
There is a bug in python3.10 importlib type-bug An unexpected behavior, bug, or error
#100455 opened Dec 23, 2022 by jack9603301
Start running SSL tests with OpenSSL 3.1.0-beta1 type-feature A feature request or enhancement
#100454 opened Dec 23, 2022 by illia-v
Improve error message for unterminated strings with escapes type-feature A feature request or enhancement
#100445 opened Dec 23, 2022 by hauntsaninja
Unable to update python on Windows 10 3.10 expert-installation OS-windows type-bug An unexpected behavior, bug, or error
#100438 opened Dec 22, 2022 by Dominiquini
Breakpoints with multiple files type-bug An unexpected behavior, bug, or error
#100427 opened Dec 22, 2022 by Friedrich2
Improve accuracy of builtin sum() for float inputs type-feature A feature request or enhancement
#100425 opened Dec 22, 2022 by rhettinger
gathering asyncio open_connection ends up with timing gaps expert-asyncio pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#100419 opened Dec 21, 2022 by CastixGitHub
pathlib.PurePath.as_uri() and __bytes__() are impure 3.12 expert-pathlib type-bug An unexpected behavior, bug, or error
#100415 opened Dec 21, 2022 by barneygale
argparse does not handle hyphens in positional arguments type-bug An unexpected behavior, bug, or error
#100411 opened Dec 21, 2022 by Gregofi
Fix a traceback in multiprocessing example 3.10 3.11 3.12 docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#100408 opened Dec 21, 2022 by serhiy-storchaka
Subtle pattern in the __subclasshook__ docs isn't explained docs Documentation in the Doc dir
#100407 opened Dec 21, 2022 by JosephSBoyle
"ModuleNotFoundError: No module named 'pyexpat'" when run pip install on embedded Python type-bug An unexpected behavior, bug, or error
#100399 opened Dec 21, 2022 by bebound
platform._sys_version() raises exception when __DATE__ is undefined at build-time type-bug An unexpected behavior, bug, or error
#100388 opened Dec 21, 2022 by fosslinux
SSLContext.load_verify_locations accepts some cases of trailing data in DER type-bug An unexpected behavior, bug, or error
#100372 opened Dec 20, 2022 by davidben
Silent grab external dependency from libuuid during build without possibility to disable it build The build process and cross-build type-bug An unexpected behavior, bug, or error
#100369 opened Dec 20, 2022 by VVD
ProTip! Exclude everything labeled bug with -label:bug.