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
Can not communicate with subprocess during interpreter shutdown on windows 3.12 bugs and security fixes 3.13 new features, bugs and security fixes OS-windows topic-multiprocessing type-bug An unexpected behavior, bug, or error
#115219 opened Feb 9, 2024 by tacaswell
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
test_os raises a DeprecationWarning 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
#114199 opened Jan 17, 2024 by Eclips4
typing.get_type_hints fails when passed a class with PEP 695 type parameters and PEP 563 is enabled 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-typing type-bug An unexpected behavior, bug, or error
#114053 opened Jan 14, 2024 by mjog
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
Stack overflow collecting PGO data on Windows 3.12 bugs and security fixes 3.13 new features, bugs and security fixes build The build process and cross-build deferred-blocker OS-windows performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#113655 opened Jan 2, 2024 by mdboom
Possible heap-use-after-free in ctypes in Python 3.12 3.12 bugs and security fixes topic-ctypes type-crash A hard crash of the interpreter, possibly with a core dump
#113576 opened Dec 29, 2023 by jiridanek
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
Crash Due to Exception in threading._shutdown() 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
#113148 opened Dec 14, 2023 by ericsnowcurrently
Lingering Subinterpreter Subthread Keeps Program From Exiting 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
#113146 opened Dec 14, 2023 by ericsnowcurrently
Ctrl-C Does Not Do Anything While A Subinterpreter Is Running in the Main Thread 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
#113130 opened Dec 14, 2023 by ericsnowcurrently
Crash if Thread Running a Subinterpreter Is Interrupted During Finalization 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 type-crash A hard crash of the interpreter, possibly with a core dump
#113127 opened Dec 14, 2023 by ericsnowcurrently
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
Setting negative tp_dictoffset on PyLong subclass leads to crash 3.12 bugs and security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#112743 opened Dec 5, 2023 by encukou
ProTip! Find all open issues with in progress development work with linked:pr.