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

logging documentation is tough for beginners docs Documentation in the Doc dir
#98731 opened Oct 26, 2022 by quicknir
Remove old-style classes from test_cmath stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#98727 opened Oct 26, 2022 by sobolevn
Macro Py_CLEAR references argument two times. interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#98724 opened Oct 26, 2022 by hochl
Speed up sysconfig performance Performance or resource usage type-feature A feature request or enhancement
#98718 opened Oct 26, 2022 by FFY00
Interpreter segfaults when LC_CTYPE is unsupported on Linux s390x type-crash A hard crash of the interpreter, possibly with a core dump
#98715 opened Oct 26, 2022 by danpetry
C arg-parsing docs suggest NULL bf_releasebuffer implies immutability docs Documentation in the Doc dir
#98712 opened Oct 26, 2022 by encukou
More programmatic access to error locations in the traceback module type-feature A feature request or enhancement
#98709 opened Oct 26, 2022 by asmeurer
Whatsnew bad redirection when changing version docs Documentation in the Doc dir
#98708 opened Oct 26, 2022 by ThisisYoYoDev
--with-system-libmpdec / --with-system-expat still uses the vendored headers type-bug An unexpected behavior, bug, or error
#98707 opened Oct 26, 2022 by hroncok
AIX build fails with the main branch type-bug An unexpected behavior, bug, or error
#98705 opened Oct 26, 2022 by ayappanec
Constant folding of unpacking in sets performance Performance or resource usage type-feature A feature request or enhancement
#98701 opened Oct 26, 2022 by thatbirdguythatuknownot
-X frozen_modules=on|off should be configurable with environment variable interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#98697 opened Oct 26, 2022 by virtuald
Quicken everything 3.12 interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#98686 opened Oct 25, 2022 by brandtbucher
Building Python3.11.0 with ensurepip incorrectly includes bin/pip3.10 type-bug An unexpected behavior, bug, or error
#98682 opened Oct 25, 2022 by mkillianey
PyMemoryView_FromMemory is part of stable ABI but the flag constants (PyBUF_READ, etc.) are not interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#98680 opened Oct 25, 2022 by asottile
Python 3.11.0 ssl module configuration error on macOS build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error
#98673 opened Oct 25, 2022 by mjsteinbaugh
Backport to Python 3.10: Fix #ifdef in sha3module.c type-bug An unexpected behavior, bug, or error
#98671 opened Oct 25, 2022 by samypr100
mutually exclusive group w/ all parameters argparse.SUPPRESS'd causes an assert stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#98666 opened Oct 25, 2022 by kenyee
feature request: --advanced-help feature for argparse type-feature A feature request or enhancement
#98664 opened Oct 25, 2022 by kenyee
array.array should support __class_getitem__ expert-typing type-feature A feature request or enhancement
#98658 opened Oct 25, 2022 by JelleZijlstra
ProTip! no:milestone will show everything without a milestone.