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
[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
[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
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
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
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
Multiprocessing.Event.wait race condition when timeout is not none on Mac OS 3.9 only security fixes topic-multiprocessing type-bug An unexpected behavior, bug, or error
#95826 opened Aug 9, 2022 by mcclurem
socket.getfqdn() UnicodeDecodeError depending on LANG variable 3.9 only security fixes 3.10 only security fixes topic-unicode type-bug An unexpected behavior, bug, or error
#93251 opened May 26, 2022 by cpina
Enforce the use of deprecated-removed in docs 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
#92564 opened May 9, 2022 by ezio-melotti
3 tasks
Many broken :meth: roles in the docs 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes docs Documentation in the Doc dir
#91411 opened Apr 8, 2022 by JelleZijlstra
test_multiprocessing_fork probabilistic failure 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes tests Tests in the Lib/test dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#91405 opened Apr 7, 2022 by sxt1001 mannequin
Document that naïve datetime objects represent local time 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
#91384 opened Apr 5, 2022 by pganssle
Document the optional callback parameter of weakref.WeakMethod 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#91376 opened Apr 4, 2022 by maggyero mannequin
posix.sched_{get|set}affinity(-1) no longer returns ProcessLookup causing test failures on FreeBSD 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes OS-freebsd tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#91361 opened Apr 3, 2022 by tiran
Dataclass transform should ignore TypeAlias variables 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#91322 opened Mar 30, 2022 by thomkeh mannequin
-arch <arch> detection in _osx_support generates false positives 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes build The build process and cross-build OS-mac
#91310 opened Mar 29, 2022 by isuruf mannequin
HTTPRedirectHandler fails on POST for 307 and 308 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#91306 opened Mar 29, 2022 by Yajo mannequin
EmailMessage may lack Mime-Version 3.9 only security fixes 3.10 only security fixes topic-email type-bug An unexpected behavior, bug, or error
#91297 opened Mar 28, 2022 by VlastimilZma mannequin
The variable __module__ in the class body getting an undesirable value from __prepare__ of the metaclass 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#91292 opened Mar 27, 2022 by TakuoMatsuoka mannequin
Document the meaning of the number in OverflowError 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 docs Documentation in the Doc dir type-feature A feature request or enhancement
#91290 opened Mar 26, 2022 by stevendaprano
ZipFile.writestr should respect SOURCE_DATE_EPOCH 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#91279 opened Mar 25, 2022 by SomberNight mannequin
ProTip! Exclude everything labeled bug with -label:bug.