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

asyncio REPL fails to run with TERM=dumb or PYTHON_BASIC_REPL in 3.13.0b2 topic-asyncio topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#120842 opened Jun 21, 2024 by byllyfish
Some Runtime Finalization Constraints Are Not Enforced Nor Documented 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#120838 opened Jun 21, 2024 by ericsnowcurrently
faulthandler itself crashes in free-threading build (in _Py_DumpExtensionModules) 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-free-threading type-bug An unexpected behavior, bug, or error
#120837 opened Jun 21, 2024 by colesbury
subprocess.run docs should recommend copying os.environ on Windows docs Documentation in the Doc dir
#120836 opened Jun 21, 2024 by ncoghlan
Typo in the documentation of the cmd parameter of ftplib.FTP.retrbinary() docs Documentation in the Doc dir
#120823 opened Jun 21, 2024 by g-pichler
Allow one to use build.bat to skip building test project files entirely. build The build process and cross-build OS-windows type-feature A feature request or enhancement
#120815 opened Jun 21, 2024 by AraHaan
Unpickling Exceptions with keyword arguments in multiprocessing throws an error interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#120810 opened Jun 20, 2024 by maksbotan
Rewrite asyncio subprocesses without child watchers 3.14 new features, bugs and security fixes topic-asyncio
#120804 opened Jun 20, 2024 by kumaraditya303
Lacking description of how to correctly implement indexing syntax support. docs Documentation in the Doc dir
#120802 opened Jun 20, 2024 by Alex-Wasowicz
UTC deprecation doc-string is false docs Documentation in the Doc dir
#120784 opened Jun 20, 2024 by Guyw2
Refactor xml.etree.ElementTree._namespaces type-feature A feature request or enhancement
#120771 opened Jun 20, 2024 by danifus
pdb repeats w 0 on empty line when there are commands in cmdqueue type-bug An unexpected behavior, bug, or error
#120769 opened Jun 20, 2024 by gaogaotiantian
The New REPL Command History Does Not Honor Partial Text 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#120767 opened Jun 19, 2024 by ericsnowcurrently
The New REPL Does Not Load My Command History 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#120766 opened Jun 19, 2024 by ericsnowcurrently
Hitting Assert for Managed Static Types During Subinterpreter Finalization 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#120765 opened Jun 19, 2024 by ericsnowcurrently
make_ssl_certs fails with "no issuer certificate" with recent openssl topic-SSL type-bug An unexpected behavior, bug, or error
#120762 opened Jun 19, 2024 by AdamWill
Speed up open().read() pattern by reducing the number of system calls performance Performance or resource usage type-feature A feature request or enhancement
#120754 opened Jun 19, 2024 by cmaloney
Emscripten settings in configure.ac are not embedding friendly type-bug An unexpected behavior, bug, or error
#120746 opened Jun 19, 2024 by allsey87
tarfile silently stops/skips on bad member header (e.g. checksum mismatch) type-bug An unexpected behavior, bug, or error
#120740 opened Jun 19, 2024 by haukex
ProTip! Exclude everything labeled bug with -label:bug.