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

Outdated docs about asyncio.start_server() docs Documentation in the Doc dir topic-asyncio
#126896 opened Nov 16, 2024 by beavailable
asyncio.Queue.task_done documentation is ambiguous docs Documentation in the Doc dir topic-asyncio
#124433 opened Sep 24, 2024 by enok71
Unable to cancel Server.serve_forever() if a reader is blocked while reading (3.12 regression) 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes sprint stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#123720 opened Sep 5, 2024 by paravoid
Asyncio socket-level methods do not support SSLSocket docs Documentation in the Doc dir topic-asyncio
#122706 opened Aug 5, 2024 by NoahStapp
test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Linux 6.10.x tests Tests in the Lib/test dir topic-asyncio type-bug An unexpected behavior, bug, or error
#122136 opened Jul 22, 2024 by hroncok
Make pdb asyncio aware topic-asyncio type-feature A feature request or enhancement
#121468 opened Jul 7, 2024 by gaogaotiantian
run_coroutine_threadsafe document can not be reproduced docs Documentation in the Doc dir topic-asyncio
#121075 opened Jun 27, 2024 by PaleNeutron
asyncio REPL fails to run with TERM=dumb or PYTHON_BASIC_REPL in 3.13.0b2 topic-asyncio topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#120842 opened Jun 21, 2024 by byllyfish
asyncio proc.kill() and proc.wait() are counter intuitive topic-asyncio type-bug An unexpected behavior, bug, or error
#119710 opened May 29, 2024 by piwicode
Add asyncio.Queue.__aiter__ topic-asyncio type-feature A feature request or enhancement
#119154 opened May 18, 2024 by Zac-HD
asyncio.TaskGroup may silently discard request to run a task topic-asyncio type-bug An unexpected behavior, bug, or error
#116048 opened Feb 28, 2024 by arthur-tacca
asyncio gets stuck on event loop close topic-asyncio type-bug An unexpected behavior, bug, or error
#111604 opened Nov 1, 2023 by fabioz
dropping asyncio.open_unix_socket's writer will drop the connection. topic-asyncio type-bug An unexpected behavior, bug, or error
#109986 opened Sep 27, 2023 by aspizu
[asyncio][FreeBSD] _UnixWritePipeTransport.write() may raise BrokenPipeError on FreeBSD 3.12 bugs and security fixes 3.13 bugs and security fixes OS-freebsd stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#109757 opened Sep 22, 2023 by sorcio
Race condition in asyncio.Server.close stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#109564 opened Sep 19, 2023 by bmerry
TLS/SSL asyncio leaks memory extension-modules C modules in the Modules dir performance Performance or resource usage topic-asyncio type-bug An unexpected behavior, bug, or error
#109534 opened Sep 18, 2023 by rojamit
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.