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

Make socket module thread safe stdlib Python modules in the Lib dir topic-free-threading
#128277 opened Dec 26, 2024 by kumaraditya303
Incorrect handling of negative reading sizes in HTTPResponse.read() stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#128271 opened Dec 26, 2024 by manushkin
Remove un-necessary socket requirements in pdb async tests tests Tests in the Lib/test dir
#128265 opened Dec 25, 2024 by graingert
Classes with __slots__ ought to be specialized when constructing instances interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#128262 opened Dec 25, 2024 by Fidget-Spinner
Regression in tokenizer handling of \r topic-parser type-bug An unexpected behavior, bug, or error
#128233 opened Dec 25, 2024 by tusharsadhwani
isinstance(..., Optional[Any]) always returns False topic-typing type-bug An unexpected behavior, bug, or error
#128232 opened Dec 25, 2024 by jcal-15
In the new REPL, multiline input execution should fail fast 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#128231 opened Dec 24, 2024 by bswck
Speed up bytes creation from list and tuple interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#128213 opened Dec 24, 2024 by blhsing
Race between PyUnicode_SET_UTF8 and _PyUnicode_CheckConsistency topic-free-threading type-bug An unexpected behavior, bug, or error
#128212 opened Dec 24, 2024 by mpage
test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_rlock is flaky tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#128206 opened Dec 23, 2024 by mpage
Support HTTP digest authentication algorithm SHA-256 as per RFC-7617 stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#128192 opened Dec 23, 2024 by calvinbui
_thread.get_ident returns a result with an exception set extension-modules C modules in the Modules dir pending The issue will be closed if no feedback is provided topic-C-API type-bug An unexpected behavior, bug, or error
#128189 opened Dec 22, 2024 by AraHaan
multiprocessing.Queue: Exceeding a certain amount of bytes in the queue prevents proper exit 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#128186 opened Dec 22, 2024 by ebonnal
Align the grammar of the Decimal string constructor with float's docs Documentation in the Doc dir easy
#128185 opened Dec 22, 2024 by KommuSoft
Dataclass __init__ annotation eagerly evaluated 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-dataclasses topic-typing type-bug An unexpected behavior, bug, or error
#128184 opened Dec 22, 2024 by nickdrozd
ctypes pointer writes are not thread safe 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-ctypes topic-free-threading type-bug An unexpected behavior, bug, or error
#128182 opened Dec 22, 2024 by ZeroIntensity
Defining iterator in a separate class no longer works in 3.13 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#128161 opened Dec 21, 2024 by antonio-rojas
Use of ffi_type_complex_double is unguarded build The build process and cross-build extension-modules C modules in the Modules dir OS-mac type-bug An unexpected behavior, bug, or error
#128156 opened Dec 21, 2024 by zanieb
Improve performances of uuid.* functions performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#128150 opened Dec 21, 2024 by picnixz
3.14 build error after recent commit: pylifecycle.c:50:12: fatal error: os/log.h: No such file or directory 3.13 bugs and security fixes 3.14 new features, bugs and security fixes build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error
#128146 opened Dec 21, 2024 by barracuda156
Race between PyMember_GetOne and PyMember_SetOne for _Py_T_OBJECT members under freethreading interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bug An unexpected behavior, bug, or error
#128144 opened Dec 21, 2024 by hawkinsp
ProTip! Exclude everything labeled bug with -label:bug.