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

invalid_def_raw and invalid_class_def_raw rules do not account for type parameters 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-parser topic-typing type-bug An unexpected behavior, bug, or error
#110938 opened Oct 16, 2023 by MatthieuDartiailh
regrtest: allow to intermix --match and --ignore options 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement
#110918 opened Oct 16, 2023 by serhiy-storchaka
Improve the documentation for __future__ 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir easy
#110893 opened Oct 15, 2023 by nedbat
Legacy tracing & PY_UNWIND: arg of legacy tracer call should be NULL 3.12 bugs and security fixes 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#110892 opened Oct 15, 2023 by jpe
PyLong_FromString() does not always set *pend on error 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-C-API
#110865 opened Oct 14, 2023 by serhiy-storchaka
Assertion failure in test_capi test_alignof_max_align_t possible with macOS universal2 (multi-arch) builds 3.12 bugs and security fixes 3.13 new features, bugs and security fixes build The build process and cross-build OS-mac
#110820 opened Oct 13, 2023 by ned-deily
Improve markup in Doc/library/tkinter.ttk.rst 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir easy
#110746 opened Oct 12, 2023 by ezio-melotti
Compilation issue Python 3.12 3.12 bugs and security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#110692 opened Oct 11, 2023 by mrAibo
Improve markup in enum.rst 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir easy
#110679 opened Oct 11, 2023 by ezio-melotti
Drop direct reference to ez_setup.py/setuptools from venv's EnvBuilder example 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir topic-venv Related to the venv module
#110548 opened Oct 9, 2023 by pradyunsg
code.replace() fails to preserve CO_FAST_HIDDEN flag on locals 3.12 bugs and security fixes 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#110543 opened Oct 9, 2023 by rokm
Python 3.11.5 to 3.11.6 upgrade fails: vcruntime140.dll not found 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error
#110437 opened Oct 5, 2023 by dconnet
Docs for how to build on RHEL/CentOS 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#110381 opened Oct 5, 2023 by sergeymx
Dataclass takes no arguments in a subinterpreter in 3.12 3.12 bugs and security fixes topic-subinterpreters type-bug An unexpected behavior, bug, or error
#110279 opened Oct 3, 2023 by peterebden
Docs: Clarification needed on dictionary key requirements, Hashable vs. Immutable 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir
#110270 opened Oct 3, 2023 by mousehead
Glossary entry for generic functions/classes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir topic-typing
#110195 opened Oct 2, 2023 by Gobot1234
tracemalloc.stop() Can Crash With a Subinterpreter 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#110029 opened Sep 28, 2023 by ericsnowcurrently
Update to OpenSSL 3.0.11+ (& 1.1.1w+) in our binary release build process. 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes release-blocker type-bug An unexpected behavior, bug, or error type-security A security issue
#109991 opened Sep 27, 2023 by gpshead
Segfault when printing MemoryError raised through PyErr_NoMemory() from subinterpreter 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#109894 opened Sep 26, 2023 by chgnrdv
test_create_subprocess_with_pidfd in test_asyncio.test_subprocess is not independent 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir topic-asyncio type-bug An unexpected behavior, bug, or error
#109862 opened Sep 25, 2023 by serhiy-storchaka
Failed doctest test for decimal.Decimal.__round__ 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#109861 opened Sep 25, 2023 by serhiy-storchaka
Python "zipfile" can't detect "quoted-overlap" zipbomb that can be used as a DoS attack 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error type-security A security issue
#109858 opened Sep 25, 2023 by dyingc
test_rot13_func in test_codecs is not independent 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#109848 opened Sep 25, 2023 by serhiy-storchaka
reprlib.recursive_repr does not copy __type_params__ 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#109818 opened Sep 25, 2023 by sobolevn
lib/python3.12: File exists when doing make -jN install 3.12 bugs and security fixes 3.13 new features, bugs and security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#109796 opened Sep 24, 2023 by indygreg
ProTip! Adding no:label will show everything without a label.