-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
asyncio.timeout(0)
swallows a prior task cancellation
stdlib
#134471
opened May 21, 2025 by
okhaliavka
Using a frozen attributes to Exception class
topic-asyncio
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#134451
opened May 21, 2025 by
RenameMe1
Export append_awaited_by API into public Python API.
stdlib
Python modules in the Lib dir
topic-asyncio
type-feature
A feature request or enhancement
#134342
opened May 20, 2025 by
corona10
Implement types._GeneratorWrapper in C
extension-modules
C modules in the Modules dir
pending
The issue will be closed if no feedback is provided
topic-asyncio
type-feature
A feature request or enhancement
#133372
opened May 4, 2025 by
efimov-mikhail
asyncio.start_unix_server maybe shouldn’t default to cleanup_socket=True when sock parameter is passed
stdlib
Python modules in the Lib dir
topic-asyncio
type-bug
An unexpected behavior, bug, or error
#133354
opened May 3, 2025 by
Hawk777
gh-97907: use cancellation error from child if possible
awaiting review
topic-asyncio
#133243
opened May 1, 2025 by
duaneg
Loading…
Asyncio BufferedProtocol with SSL is significantly slower than asyncio sockets with SSL
performance
Performance or resource usage
topic-asyncio
topic-SSL
#133112
opened Apr 28, 2025 by
NoahStapp
stdtypes don't mention asyncio generic classes
docs
Documentation in the Doc dir
easy
topic-asyncio
#131417
opened Mar 18, 2025 by
asvetlov
GH-109564: add asyncio.Server state machine
awaiting core review
topic-asyncio
#131009
opened Mar 9, 2025 by
ordinary-jamie
Loading…
gh-130925: Add
close()
method to asyncio.StreamReader
awaiting review
topic-asyncio
#130929
opened Mar 6, 2025 by
rianhunter
Loading…
Add Python modules in the Lib dir
topic-asyncio
type-feature
A feature request or enhancement
close()
method to asyncio.StreamReader
stdlib
#130925
opened Mar 6, 2025 by
rianhunter
Asyncio: fork() in coroutine causes bad file descriptor
stdlib
Python modules in the Lib dir
topic-asyncio
type-bug
An unexpected behavior, bug, or error
#130442
opened Feb 22, 2025 by
wjmelements
gh-130141: clean up asyncio._SelectorTransport during __del__
awaiting review
topic-asyncio
#130142
opened Feb 15, 2025 by
lunixbochs
Loading…
resurrected asyncio Python modules in the Lib dir
topic-asyncio
type-bug
An unexpected behavior, bug, or error
_SelectorTransport
unregisters fds it doesn't own
stdlib
#130141
opened Feb 15, 2025 by
lunixbochs
Unify the handling of Python modules in the Lib dir
topic-asyncio
topic-repl
Related to the interactive shell
type-feature
A feature request or enhancement
KeyboardInterrupt
in new REPLs
stdlib
#129628
opened Feb 4, 2025 by
bswck
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
asyncio.call_later and call_at waking up early.
topic-asyncio
type-bug
An unexpected behavior, bug, or error
#127859
opened Dec 12, 2024 by
bharel
gh-108951: add TaskGroup.cancel()
awaiting changes
topic-asyncio
#127214
opened Nov 24, 2024 by
belm0
Loading…
asyncio proactor udp transport stops responding after send to port that isn't listening due to ConnectionResetError from WSARecvFrom
topic-asyncio
type-bug
An unexpected behavior, bug, or error
#127057
opened Nov 20, 2024 by
bugale
asyncio.subprocess.Process
race condition kills an unrelated process on Unix
stdlib
#127049
opened Nov 20, 2024 by
gschaffner
gh-109564: Add bugs and security fixes
needs backport to 3.14
bugs and security fixes
topic-asyncio
None
check for asyncio.Server._wakeup
awaiting merge
DO-NOT-MERGE
needs backport to 3.13
#126660
opened Nov 11, 2024 by
ordinary-jamie
Loading…
Unable to cancel Server.serve_forever() if a reader is blocked while reading (3.12 regression)
3.12
only security fixes
3.13
bugs and security fixes
3.14
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.Event.wait doesn't resume execution when the event is set if no other tasks are active.
topic-asyncio
type-feature
A feature request or enhancement
#122938
opened Aug 12, 2024 by
agustinhuman
Make pdb asyncio aware
topic-asyncio
type-feature
A feature request or enhancement
#121468
opened Jul 7, 2024 by
gaogaotiantian
Inconsistent behavior of An unexpected behavior, bug, or error
asyncio.Server.wait_closed
in Python 3.12 versus earlier releases
topic-asyncio
type-bug
#120866
opened Jun 22, 2024 by
tovrstra
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.