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

cannot create a UNC path drive from parts 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes OS-windows pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#120943 by kfot was closed Jun 24, 2024
CVEs found in python 3.9.19 and 3.10.14 3.9 only security fixes 3.10 only security fixes type-security A security issue
#119778 by yyuanxin was closed May 30, 2024
Popen.send_signal(sigint.SIGKILL) does not seem to work with Popen(*, shell=True)? 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#119059 by EricCousineau-TRI was closed May 20, 2024
[CVE-2024-4030] Enable mkdir(mode=0o700) to work 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 OS-windows type-security A security issue
#118486 by zooba was closed May 24, 2024
The "finder" Glossary Entry May Need Updating 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 docs Documentation in the Doc dir
#118055 by ericsnowcurrently was closed May 30, 2024
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 by ned-deily was closed Feb 15, 2024
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 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes OS-mac OS-windows type-bug An unexpected behavior, bug, or error type-security A security issue
#115197 by weiiwang01 was closed Feb 28, 2024
Argument Clinic generates incorrect code for METH_METHOD methods without args 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes extension-modules C modules in the Modules dir topic-argument-clinic type-bug An unexpected behavior, bug, or error
#115015 by erlend-aasland was closed Feb 6, 2024
[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 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir type-security A security issue
#114539 by zooba was closed Apr 17, 2024
Security risk of hidden pth files 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 type-security A security issue
#113659 by serhiy-storchaka was closed Jan 18, 2024
[asyncio] asyncio.gather() not propagating CancellationError properly on 3.9 and 3.10 3.9 only security fixes 3.10 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error
#112534 by Tinche was closed Dec 1, 2023
Update Windows builds to use latest zlib 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 build The build process and cross-build type-bug An unexpected behavior, bug, or error type-security A security issue
#111239 by SharpMan was closed Feb 6, 2024
Update to OpenSSL 3.0.13 (& 1.1.1w) in our binary release build process. 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 type-bug An unexpected behavior, bug, or error type-security A security issue
#109991 by gpshead was closed Feb 6, 2024
Python "zipfile" can't detect "quoted-overlap" zipbomb that can be used as a DoS attack 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 release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error type-security A security issue
#109858 by dyingc was closed Feb 5, 2024
distutils/util.py: AttributeError: module 'distutils' has no attribute '_DEPRECATION_MESSAGE' 3.10 only security fixes type-bug An unexpected behavior, bug, or error
#109604 by bbobrov was closed Sep 20, 2023
CVE-2023-40217: Bypass TLS handshake on closed sockets 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 type-bug An unexpected behavior, bug, or error type-security A security issue
#108310 by ambv was closed Aug 24, 2023
2 tasks done
tarfile.data_filter wrongly rejects some tarballs with symlinks 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 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#107845 by encukou was closed Nov 13, 2023
PyModule_AddObjectRef() should only be in the limited API since 3.10 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#107226 by serhiy-storchaka was closed Jul 25, 2023
Rare CPython 3.10 crashes on Windows 3.10 only security fixes OS-windows type-bug An unexpected behavior, bug, or error
#105400 by lazka was closed Mar 29, 2024
subprocess can block all Python threads when using vfork() until the child process exec() succeeds or fails. 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104372 by gpshead was closed May 26, 2023
[Enum] attributes of mixed-in classes can be shadowed by other members 3.7 (EOL) end of life 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 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#103596 by ethanfurman was closed Apr 18, 2023
Update Wix version for Python 3.10 3.10 only security fixes OS-windows
#103262 by zooba was closed Apr 5, 2023
Uncaught exception in http.server request handling (<=3.10) 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#103223 by kenballus was closed Apr 5, 2023
ntpath.join() adds slash to incomplete UNC drive with trailing slash 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error
#103220 by barneygale was closed Apr 11, 2023
Add π to the math module 3.7 (EOL) end of life 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 type-feature A feature request or enhancement
#103172 by JosephSBoyle was closed Apr 2, 2023
ProTip! Mix and match filters to narrow down what you’re looking for.