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

[3.10] gh-115436: Avoid falling back to deprecated Apple-supplied Tcl/Tk 8.5 on macOS. 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes build The build process and cross-build OS-mac
#115437 opened Feb 14, 2024 by ned-deily Draft
Avoid falling back to deprecated Apple-supplied Tcl/Tk 8.5 on macOS builds for 3.8, 3.9, and 3.10 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes build The build process and cross-build OS-mac
#115436 opened Feb 14, 2024 by ned-deily
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
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
DoS Vulnerability in socket.create_connection through malicious DNS responses 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 stdlib Python modules in the Lib dir type-security A security issue
#106283 opened Jun 30, 2023 by NyanKiyoshi
Rare CPython 3.10 crashes on Windows 3.10 only security fixes OS-windows type-bug An unexpected behavior, bug, or error
#105400 opened Jun 6, 2023 by lazka
non-readline PyOS_StdioReadline when used with PyOS_InputHook fails is buggy with long input 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes type-bug An unexpected behavior, bug, or error
#103929 opened Apr 27, 2023 by tacaswell
[CVE-2023-27043] Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple 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 stdlib Python modules in the Lib dir topic-email type-bug An unexpected behavior, bug, or error type-security A security issue
#102988 opened Mar 24, 2023 by tdwyer
ntpath.realpath() mishandles filenames that resemble drives 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error
#102475 opened Mar 6, 2023 by barneygale
Disallow calling PyThreadState_Delete* at runtime shutdown 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#102233 opened Feb 25, 2023 by kumaraditya303
PyErr_SetObject() behavior is strange and not as documented. 3.7 (EOL) end of life 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 topic-C-API type-bug An unexpected behavior, bug, or error
#101578 opened Feb 5, 2023 by markshannon
ProcessPoolExecutor should not share one BrokenProcessPool exception among all futures 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#101267 opened Jan 23, 2023 by daniel-shields
Doc/whatsnew/3.{9,10,11}.rst are out of sync on various branches 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir
#100734 opened Jan 3, 2023 by zware
Unable to update python on Windows 10 3.10 only security fixes OS-windows topic-installation type-bug An unexpected behavior, bug, or error
#100438 opened Dec 22, 2022 by Dominiquini
Ensurepip fails ungracefully when mimetype is missing from Windows registry 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes extension-modules C modules in the Modules dir OS-windows topic-ensurepip type-bug An unexpected behavior, bug, or error
#100256 opened Dec 14, 2022 by BlipRanger
os.path.normpath of relative path r".\C:\x" returns absolute path r"C:\x" on Windows, similar in pathlib 3.7 (EOL) end of life 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 OS-windows stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error type-security A security issue
#100162 opened Dec 10, 2022 by gpshead
Add audit events for thread creation/close 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes extension-modules C modules in the Modules dir
#99377 opened Nov 11, 2022 by zooba
Resource tracker fails to track filenames with colons on Linux 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes topic-multiprocessing type-bug An unexpected behavior, bug, or error
#98896 opened Oct 31, 2022 by maaleske
realpath has a race condition which might cause it to throw spurious exceptions 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#97566 opened Sep 26, 2022 by bitonic
macOS linker warnings in macOS ventura 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
#97524 opened Sep 24, 2022 by pablogsal
Reduce user friction: Improve docs on how to work around our integer to/from decimal str length limit 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir
#96722 opened Sep 9, 2022 by gpshead
traceback.walk_stack(None) does not behave the same as traceback.walk_stack(inspect.currentframe()) 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#96092 opened Aug 18, 2022 by VincentVanlaer
Callbacks pended by Py_AddPendingCall will never be invoked if the main thread doesn't release GIL 3.10 only security fixes 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
#95820 opened Aug 9, 2022 by JiayiFeng
Document the current practice for SystemError 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir topic-C-API
#95799 opened Aug 8, 2022 by serhiy-storchaka
ProTip! Adding no:label will show everything without a label.