Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy 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
Usealt +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
Assigned to nobodyLoading
Sort

Issues list

Use-after-free inunicode_escape decoder with error handler 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) release-blocker topic-unicode type-crashA hard crash of the interpreter, possibly with a core dump type-securityA security issue
#133767 openedMay 9, 2025 bysethmlarson
Report of Open Redirect Vulnerability in Python 3.9.19 - Utilizing Simple HTTP 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes pendingThe issue will be closed if no feedback is provided stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error type-securityA security issue
#132826 openedApr 23, 2025 byhnagashimauu
TarFile.extractall(..., filter='tar') arbitrary file chmod 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error type-securityA security issue
#127987 openedDec 16, 2024 byjwilk
__class_getitem__ Unexpectedly Falls Back to the Metaclass 3.7 (EOL)end of life 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-typing type-bugAn unexpected behavior, bug, or error
#122634 openedAug 3, 2024 byericsnowcurrently
Deadlock in Py_EndInterpreter following bpo-1596321: Fix threading._shutdown() for the main thread 3.9only security fixes 3.10only security fixes 3.11only security fixes topic-subinterpreters type-bugAn unexpected behavior, bug, or error
#122517 openedJul 31, 2024 byjdoc-sag
Missing audit events forpython -i andpython -m asyncio 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes topic-replRelated to the interactive shell type-securityA security issue
#121957 openedJul 18, 2024 byambv
Disallow setting an empty list for NPN in CPython 3.9 and earlier 3.8 (EOL)end of life 3.9only security fixes type-securityA security issue
#121227 openedJul 1, 2024 bysethmlarson
OOM vulnerability in the CGI server on Windows 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir topic-IO type-securityA security issue
#119452 openedMay 23, 2024 byserhiy-storchaka
Out-of-memory when reading a HTTP response with large Content-Lenght 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir topic-IO type-securityA security issue
#119451 openedMay 23, 2024 byserhiy-storchaka
Quadratic complexity in the UTF-7 decoder 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-unicode type-securityA security issue
#119382 openedMay 22, 2024 byserhiy-storchaka
Out-of-memory when loading a Plist 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes type-securityA security issue
#119342 openedMay 21, 2024 byserhiy-storchaka
asyncgen.athrow() checks args on asyncgen.athrow().send() but should check them on asyncgen.athrow() 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#117852 openedApr 13, 2024 bygraingert
DoS Vulnerability in socket.create_connection through malicious DNS responses 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes stdlibPython modules in the Lib dir type-securityA security issue
#106283 openedJun 30, 2023 byNyanKiyoshi
ProcessPoolExecutor should not share one BrokenProcessPool exception among all futures 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes stdlibPython modules in the Lib dir topic-multiprocessing type-bugAn unexpected behavior, bug, or error
#101267 openedJan 23, 2023 bydaniel-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 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes OS-windows stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error type-securityA security issue
#100162 openedDec 10, 2022 bygpshead
macOS linker warnings in macOS ventura 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes 3.13bugs and security fixes OS-mac
#97524 openedSep 24, 2022 bypablogsal
socket.getfqdn() UnicodeDecodeError depending on LANG variable 3.9only security fixes 3.10only security fixes topic-unicode type-bugAn unexpected behavior, bug, or error
#93251 openedMay 26, 2022 bycpina
Enforce the use ofdeprecated-removed in docs 3.9only security fixes 3.10only security fixes 3.11only security fixes 3.12only security fixes docsDocumentation in the Doc dir type-featureA feature request or enhancement
#92564 openedMay 9, 2022 byezio-melotti
3 tasks
Many broken :meth: roles in the docs 3.9only security fixes 3.10only security fixes 3.11only security fixes docsDocumentation in the Doc dir
#91411 openedApr 8, 2022 byJelleZijlstra
test_multiprocessing_fork probabilistic failure 3.9only security fixes 3.10only security fixes 3.11only security fixes testsTests in the Lib/test dir topic-multiprocessing type-bugAn unexpected behavior, bug, or error
#91405 openedApr 7, 2022 bysxt1001mannequin
Document the optional callback parameter of weakref.WeakMethod 3.9only security fixes 3.10only security fixes 3.11only security fixes stdlibPython modules in the Lib dir type-featureA feature request or enhancement
#91376 openedApr 4, 2022 bymaggyeromannequin
Dataclass transform should ignore TypeAlias variables 3.9only security fixes 3.10only security fixes 3.11only security fixes stdlibPython modules in the Lib dir topic-dataclasses topic-typing type-bugAn unexpected behavior, bug, or error
#91322 openedMar 30, 2022 bythomkehmannequin
-arch <arch> detection in _osx_support generates false positives 3.9only security fixes 3.10only security fixes 3.11only security fixes buildThe build process and cross-build OS-mac
#91310 openedMar 29, 2022 byisurufmannequin
HTTPRedirectHandler fails on POST for 307 and 308 3.8 (EOL)end of life 3.9only security fixes 3.10only security fixes 3.11only security fixes stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error
#91306 openedMar 29, 2022 byYajomannequin
EmailMessage may lack Mime-Version 3.9only security fixes 3.10only security fixes topic-email type-bugAn unexpected behavior, bug, or error
#91297 openedMar 28, 2022 byVlastimilZmamannequin
Previous13453738
Previous
ProTip! Typegi on any issue or pull request to go back to the issue listing page.

[8]ページ先頭

©2009-2025 Movatter.jp