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

Unittests with doctests cannot be loaded in -OO mode 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
#115341 opened Feb 12, 2024 by serhiy-storchaka
Changelog filter in the docs is broken 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
#115317 opened Feb 12, 2024 by ezio-melotti
urllib.request resolves the host before checking it against the system's proxy bypass list [Security: LOW, minor info leak] 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 OS-mac OS-windows type-bug An unexpected behavior, bug, or error type-security A security issue
#115197 opened Feb 9, 2024 by weiiwang01
Possible NULL dereference in getpath_joinpath() 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
#115136 opened Feb 7, 2024 by dTenebrae
Possibly unintentional change in ssl 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-SSL
#114905 opened Feb 2, 2024 by serhiy-storchaka
_elementtree.XMLParser can leak references if __init__ method called on instance 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
#114795 opened Jan 31, 2024 by Eclips4
ZoneInfo gives a surprising exception for '' 3.11 bug and security fixes 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
#114713 opened Jan 29, 2024 by asottile-sentry
pathlib.PurePath.with_stem('') promotes file extension to stem 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-pathlib type-bug An unexpected behavior, bug, or error
#114610 opened Jan 26, 2024 by barneygale
gh-114572: Fix locking in cert_store_stats and get_ca_certs 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 awaiting review topic-SSL
#114573 opened Jan 25, 2024 by davidben Loading…
[doc] subprocess security considerations needs a Windows-specific exception 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 docs Documentation in the Doc dir type-security A security issue
#114539 opened Jan 24, 2024 by zooba
Possible undefined behavior division by zero in complex's _Py_c_pow() 3.11 bug and security fixes 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#113841 opened Jan 9, 2024 by gpshead
Running doctest examples on a class results in OSError in REPL 3.11 bug and security fixes 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
#113329 opened Dec 20, 2023 by stenwessel
Python 3.11.7 Test Suite Failure in Windows - Interpreter has more than one thread 3.11 bug and security fixes tests Tests in the Lib/test dir topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113026 opened Dec 12, 2023 by plooploops
idlelib/News3.txt for 3.13.0 and backports 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-IDLE
#112953 opened Dec 11, 2023 by terryjreedy
typing docs are unclear on when AsyncIterator should be used in type hints as opposed to AsyncGenerator 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 topic-typing
#112866 opened Dec 8, 2023 by H0R5E
The new_interpreter() function incorrectly returns _PyStatus_OK() on some error code paths 3.11 bug and security fixes 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-bug An unexpected behavior, bug, or error
#112729 opened Dec 4, 2023 by colesbury
An opcode optimize error in Python 3.12.0 3.11 bug and security fixes 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#112356 opened Nov 24, 2023 by tiwb
What's new in 3.7 incorrectly states PEP 563 will be default in 3.10 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 topic-typing
#112306 opened Nov 22, 2023 by davetapley
deadlocked child process after forking on pystate.c's HEAD_LOCK 3.11 bug and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided topic-multiprocessing type-bug An unexpected behavior, bug, or error
#112275 opened Nov 20, 2023 by ChuBoning
inspect.unwrap() does not work with types with the __wrapper__ data descriptor 3.11 bug and security fixes 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
#112006 opened Nov 12, 2023 by serhiy-storchaka
The Attributes of Exception Objects are not Clearly Documented and Easily Discoverable 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
#111917 opened Nov 9, 2023 by ericsnowcurrently
Missing Signature Info for Builtin Exceptions in help() and Docs 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 interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#111405 opened Oct 27, 2023 by ericsnowcurrently
Garbage collection of the BytesIO buffer object raises an unraisable exception 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-bug An unexpected behavior, bug, or error
#111331 opened Oct 25, 2023 by serhiy-storchaka
_pyio.BytesIO destructor raises an unraisable exception if there is a BytesIO buffer 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-bug An unexpected behavior, bug, or error
#111330 opened Oct 25, 2023 by serhiy-storchaka
Update design page about match keyword 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
#111307 opened Oct 25, 2023 by dascritch
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.