-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Case clauses should be able to match list indexes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
pending
The issue will be closed if no feedback is provided
topic-parser
type-feature
A feature request or enhancement
#128313
opened Dec 28, 2024 by
CodesMaha
We need to cross-check abstract interpreter's DSL header with bytecodes.c DSL headers
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
#128312
opened Dec 28, 2024 by
Fidget-Spinner
Move type checks from switch cases to beginning of (Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
_Py_Specialize_BinaryOp
interpreter-core
#128310
opened Dec 28, 2024 by
WolframAlph
asyncio eager tasks' names are set too late
stdlib
Python modules in the Lib dir
topic-asyncio
type-bug
An unexpected behavior, bug, or error
#128308
opened Dec 28, 2024 by
graingert
add start_eager parameter to asyncio.create_task
stdlib
Python modules in the Lib dir
topic-asyncio
type-feature
A feature request or enhancement
#128307
opened Dec 28, 2024 by
graingert
argparse : support "single occurence" arguments
pending
The issue will be closed if no feedback is provided
stdlib
Python modules in the Lib dir
type-feature
A feature request or enhancement
#128301
opened Dec 27, 2024 by
WasfiJ
Display counter Python modules in the Lib dir
type-feature
A feature request or enhancement
value
and backoff
when disassembling CACHE
opcode
stdlib
#128295
opened Dec 27, 2024 by
WolframAlph
Breaking change of bugs and security fixes
3.14
new features, bugs and security fixes
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
dataclasses.dataclass
comparison semantics in 3.13+
3.13
#128294
opened Dec 27, 2024 by
daskol
Add eager_tasks parameter to asyncio Runner and run()
stdlib
Python modules in the Lib dir
topic-asyncio
type-feature
A feature request or enhancement
#128289
opened Dec 27, 2024 by
asvetlov
Build failure on NetBSD: Incorrect number of arguments to 'pthread_setname_np' in _threadmodule.c
build
The build process and cross-build
extension-modules
C modules in the Modules dir
type-bug
An unexpected behavior, bug, or error
#128279
opened Dec 27, 2024 by
furkanonder
Make C modules in the Modules dir
stdlib
Python modules in the Lib dir
topic-free-threading
type-feature
A feature request or enhancement
socket
module thread safe
extension-modules
#128277
opened Dec 26, 2024 by
kumaraditya303
Incorrect handling of negative reading sizes in Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
HTTPResponse.read()
stdlib
#128271
opened Dec 26, 2024 by
manushkin
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 An unexpected behavior, bug, or error
\r
topic-parser
type-bug
#128233
opened Dec 25, 2024 by
tusharsadhwani
isinstance(..., Optional[Any])
always returns False
topic-typing
type-bug
#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 An unexpected behavior, bug, or error
PyUnicode_SET_UTF8
and _PyUnicode_CheckConsistency
topic-free-threading
type-bug
#128212
opened Dec 24, 2024 by
mpage
test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_rlock
is flaky
tests
#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
#128186
opened Dec 22, 2024 by
ebonnal
Align the grammar of the Documentation in the Doc dir
easy
Decimal
string constructor with float
's
docs
#128185
opened Dec 22, 2024 by
KommuSoft
Dataclass 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
__init__
annotation eagerly evaluated
3.14
#128184
opened Dec 22, 2024 by
nickdrozd
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.