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

SLOW_SUM flag in sum builtin interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#119192 opened May 19, 2024 by sobolevn
[Doc] no documentation for async with docs Documentation in the Doc dir
#119191 opened May 19, 2024 by youkaichao
Fraction wrongfully gets casted into float when given as argument to __rpow__ type-bug An unexpected behavior, bug, or error
#119189 opened May 19, 2024 by retooth2
ipython breaks on Python-3.13.0b1 when a 'tempfilepager' is not defined 3.13 bugs and security fixes 3.14 new features, bugs and security fixes easy triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#119185 opened May 19, 2024 by stonebig
[C API] Add an efficient public PyUnicodeWriter API topic-C-API type-feature A feature request or enhancement
#119182 opened May 19, 2024 by vstinner
Implement PEP 649 3.14 new features, bugs and security fixes topic-typing
#119180 opened May 19, 2024 by JelleZijlstra
6 tasks
clear method of list class in multiprocessing.Manager() is missing type-bug An unexpected behavior, bug, or error
#119176 opened May 19, 2024 by YvesDup
[Windows] High DPI causes tkinter turtledemo windows blurry type-feature A feature request or enhancement
#119174 opened May 19, 2024 by Wulian233
Improve performance of os.walk() performance Performance or resource usage
#119169 opened May 19, 2024 by barneygale
Make timeit CLI function available from python type-feature A feature request or enhancement
#119164 opened May 18, 2024 by WolfDWyc
Needs of feature that disabling optimization pipeline in runtime type-feature A feature request or enhancement
#119158 opened May 18, 2024 by corona10
Add asyncio.Queue.__aiter__ topic-asyncio type-feature A feature request or enhancement
#119154 opened May 18, 2024 by Zac-HD
Update paths in jit.yml
#119146 opened May 18, 2024 by savannahostrowski
Ncurses Extended Color Pairs incorrectly display as copies of lower 256 color pairs stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#119138 opened May 18, 2024 by cmang
_PyFrame_Clear can crash in for loop if frame->localsplus is NULL. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#119128 opened May 17, 2024 by AraHaan
functools.partial placeholders extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#119127 opened May 17, 2024 by dgrigonis
The CSV file delimiter found with csv.Sniffer() is interpreted incorrectly stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#119123 opened May 17, 2024 by z-dava
asyncio.staggered is missing typing import topic-asyncio topic-typing type-bug An unexpected behavior, bug, or error
#119121 opened May 17, 2024 by mgorny
tokenize.generate_tokens() performance regression in 3.12 performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#119118 opened May 17, 2024 by devdanzin
test_create_server_ssl_verified and test_create_unix_server_ssl_verified fail tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#119115 opened May 17, 2024 by joelguittet
EnumType __call__ method description does not match the implementation docs Documentation in the Doc dir stdlib Python modules in the Lib dir
#119110 opened May 17, 2024 by Mi-La
functools.partial does not re-set vector call. stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#119109 opened May 17, 2024 by dgrigonis
Unable to build to WASI build The build process and cross-build OS-wasi type-bug An unexpected behavior, bug, or error
#119103 opened May 16, 2024 by thesuhas
ProTip! no:milestone will show everything without a milestone.