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

dataclass.__eq__ no longer errors on missing attributes in Python 3.13 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes stdlibPython modules in the Lib dir topic-dataclasses type-bugAn unexpected behavior, bug, or error
#134488 openedMay 22, 2025 bywillhcr
The C API needs to protect state that can be deleted by finalization 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes topic-C-API topic-free-threading topic-subinterpreters triagedThe issue has been accepted as valid by a triager.
#134307 openedMay 20, 2025 byZeroIntensity
~bool deprecation not reported for literals 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) type-bugAn unexpected behavior, bug, or error
#134280 openedMay 19, 2025 bydecorator-factory
The REPL hangs under no memory on 3.13 3.13bugs and security fixes stdlibPython modules in the Lib dir topic-replRelated to the interactive shell type-bugAn unexpected behavior, bug, or error
#134163 openedMay 17, 2025 byZeroIntensity
os.removedirs() should define whether it follows symlinks 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes docsDocumentation in the Doc dir
#134161 openedMay 17, 2025 bycalestyo
Out-of-bounds read in integrated mimalloc (fixed upstream) 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) type-bugAn unexpected behavior, bug, or error
#134070 openedMay 15, 2025 byfuhsnn
2
@colesbury
1
Recording and restoring the LC_NUMERIC locale setting with LC_ALL=C.UTF-8 no longer works with Python 3.13.3 3.13bugs and security fixes extension-modulesC modules in the Modules dir type-bugAn unexpected behavior, bug, or error
#133967 openedMay 13, 2025 bybouweandela
typing.get_type_hints() raises on invalid types only if they're wrapped in a ForwardRef 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes stdlibPython modules in the Lib dir topic-typing type-bugAn unexpected behavior, bug, or error
#133959 openedMay 13, 2025 byJelleZijlstra
creating venv Python3.13 on CIFS mounted drive fails ENODATA 3.13bugs and security fixes stdlibPython modules in the Lib dir topic-venvRelated to the venv module type-bugAn unexpected behavior, bug, or error
#133951 openedMay 12, 2025 bymycroftw
Pickled files with pathlib.Path cannot be loaded in py >= 3.13 3.13bugs and security fixes 3.14bugs and security fixes 3.15new features, bugs and security fixes stdlibPython modules in the Lib dir topic-pathlib type-bugAn unexpected behavior, bug, or error
#133789 openedMay 9, 2025 bykushaangupta
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
Pipe inheritance broken on Windows since 3.13 3.13bugs and security fixes 3.14bugs and security fixes OS-windows type-bugAn unexpected behavior, bug, or error
#133506 openedMay 6, 2025 byschlamar
Python 3.14 and 3.13 fail to build on PPC64LE Fedora Rawhide: incomplete type ‘struct termio’ 3.13bugs and security fixes 3.14bugs and security fixes buildThe build process and cross-build type-bugAn unexpected behavior, bug, or error
#133285 openedMay 2, 2025 byvstinner
zipfile: docs should document whatZipInfo.date_time actually is 3.13bugs and security fixes 3.14bugs and security fixes docsDocumentation in the Doc dir stdlibPython modules in the Lib dir
#133125 openedApr 29, 2025 bycalestyo
Leak test of test_descr fails Base2 != Base 3.13bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#133122 openedApr 29, 2025 bynascheme
zipapp disregards filter when checking if target overwrites source 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error
#132933 openedApr 25, 2025 byJolmberg
REPL: AttributeError: module__mp_main__ has no attributeis_prime inProcessPoolExecutor example 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir topic-multiprocessing type-bugAn unexpected behavior, bug, or error
#132898 openedApr 25, 2025 bywenming21
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
PyEval_SetProfileAllThreads is racy under free-threading 3.13bugs and security fixes 3.14bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bugAn unexpected behavior, bug, or error
#132817 openedApr 22, 2025 byhawkinsp
smtplib: missing case in handling 421 response in sendmail 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error
#132796 openedApr 22, 2025 bycodeZeilen
Potential Integer Overflow in mark_stacks function 3.13bugs and security fixes 3.14bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#132771 openedApr 21, 2025 byrialbat
Argument Clinic: c_default does not work with bool and char converters 3.13bugs and security fixes 3.14bugs and security fixes topic-argument-clinic type-bugAn unexpected behavior, bug, or error
#132753 openedApr 20, 2025 byserhiy-storchaka
Runaway recursion on 3.13 and higher for _PY_FRAME_GENERAL 3.13bugs and security fixes 3.14bugs and security fixes interpreter-core(Objects, Python, Grammar, and Parser dirs) type-bugAn unexpected behavior, bug, or error
#132744 openedApr 20, 2025 byFidget-Spinner
Enum_missing_ function changes__contains__ behaviour 3.12only security fixes 3.13bugs and security fixes release-blocker stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error
#132684 openedApr 18, 2025 byartur-sl
JSON CLI: I/O operation on closed file" when parsing JSON Lines file 3.13bugs and security fixes 3.14bugs and security fixes stdlibPython modules in the Lib dir type-bugAn unexpected behavior, bug, or error
#132631 openedApr 17, 2025 byhugovk
Previous13451718
Previous
ProTip! Typegp on any issue or pull request to go back to the pull request listing page.

[8]ページ先頭

©2009-2025 Movatter.jp