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

test.test_interpreters.test_api.TestInterpreterIsRunning.test_main Fails in Embedded App 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-subinterpreters type-bug An unexpected behavior, bug, or error
#115482 opened Feb 14, 2024 by ericsnowcurrently
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test 3.13 new features, bugs and security fixes awaiting core review skip news tests Tests in the Lib/test dir
#115380 opened Feb 12, 2024 by gpshead Loading…
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
Tier two memory and reference "leaks" 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) tests Tests in the Lib/test dir
#114695 opened Jan 29, 2024 by Eclips4
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
Rename pathlib.PurePath.pathmod 3.13 new features, bugs and security fixes topic-pathlib type-feature A feature request or enhancement
#114575 opened Jan 25, 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…
Assertion failure in build on Windows 3.13 new features, bugs and security fixes build The build process and cross-build OS-windows type-crash A hard crash of the interpreter, possibly with a core dump
#114547 opened Jan 25, 2024 by serhiy-storchaka
[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
Extension Module Handles Are Never Closed 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#114538 opened Jan 24, 2024 by ericsnowcurrently
Recursion limitation in Python 3.13 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#114413 opened Jan 22, 2024 by serhiy-storchaka
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
Make the MRO cache thread-safe in free-threaded builds 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-feature A feature request or enhancement
#113743 opened Jan 5, 2024 by colesbury
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
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
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.