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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Implement PEP 649 and PEP 749 3.14 new features, bugs and security fixes topic-typing
#119180 opened May 19, 2024 by JelleZijlstra
5 of 23 tasks
JIT: improve AArch64 code generation 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT type-feature A feature request or enhancement
#119726 opened May 29, 2024 by diegorusso
2 of 5 tasks
pickle.load() out-of-memory with small file 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#115952 opened Feb 26, 2024 by gvozdila
Out-of-memory when loading a Plist 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-security A security issue
#119342 opened May 21, 2024 by serhiy-storchaka
OOM vulnerability in the CGI server on Windows 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-security A security issue
#119452 opened May 23, 2024 by serhiy-storchaka
Out-of-memory when reading a HTTP response with large Content-Lenght 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-security A security issue
#119451 opened May 23, 2024 by serhiy-storchaka
tp_doc switch from PyObject_Malloc to PyMem_Malloc is not backwards compatible 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
#118909 opened May 10, 2024 by colesbury
Python 3.13.0b1 REPL does not deduplicate history entries 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
#119033 opened May 14, 2024 by hroncok
Add audit event at import completion 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes
#119402 opened May 22, 2024 by zooba
OOM vulnerability in the imaplib module 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-email topic-IO type-security A security issue
#119511 opened May 24, 2024 by serhiy-storchaka
idlelib/help.html is outdated 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir stdlib Python modules in the Lib dir topic-IDLE type-bug An unexpected behavior, bug, or error
#120360 opened Jun 11, 2024 by sobolevn
Python 3.13.0b1 REPL changes behavior wrt PgUp, inserts first line of ~/.python_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
#119034 opened May 14, 2024 by hroncok
Add tier 2 partial evaluation pass. 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#120619 opened Jun 17, 2024 by markshannon
FrameLocalsProxy is stricter than dict about what constitutes a match 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#120906 opened Jun 23, 2024 by da-woods
asyncio thread-safety issues in the free-threaded build 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-asyncio topic-free-threading type-bug An unexpected behavior, bug, or error
#120974 opened Jun 24, 2024 by colesbury
Tkinter: emit deprecation warning for trace_variable() etc 3.14 new features, bugs and security fixes topic-tkinter type-feature A feature request or enhancement
#120220 opened Jun 7, 2024 by serhiy-storchaka
macOS installer is missing pip for free-threaded binaries 3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-mac topic-free-threading type-bug An unexpected behavior, bug, or error
#120962 opened Jun 24, 2024 by colesbury
FrameLocalsProxy is not a mapping 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#120097 opened Jun 5, 2024 by markshannon
Remove deprecated code.co_lnotab 3.14 new features, bugs and security fixes type-feature A feature request or enhancement
#119664 opened May 28, 2024 by picnixz
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
Ensurepip fails ungracefully when mimetype is missing from Windows registry 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes easy extension-modules C modules in the Modules dir OS-windows topic-ensurepip triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#100256 opened Dec 14, 2022 by BlipRanger
New REPL does not include globals from executed module when used with -i 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
#120678 opened Jun 18, 2024 by AlexWaygood
Quadratic complexity in the UTF-7 decoder 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-unicode type-security A security issue
#119382 opened May 22, 2024 by serhiy-storchaka
New REPL exposes its internal imports/definitions to top-level environment 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
#118908 opened May 10, 2024 by chgnrdv
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
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.