Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Author
Uh oh!
There was an error while loading.Please reload this page.
Label
Uh oh!
There was an error while loading.Please reload this page.
Projects
Uh oh!
There was an error while loading.Please reload this page.
Milestones
Uh oh!
There was an error while loading.Please reload this page.
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading.Please reload this page.
Sort
Issues list
asyncio.timeout(0)
swallows a prior task cancellation stdlib #134471 openedMay 21, 2025 byokhaliavka
Export append_awaited_by API into public Python API. stdlibPython modules in the Lib dir topic-asyncio type-featureA feature request or enhancement
#134342 openedMay 20, 2025 bycorona10
asyncio.start_unix_server maybe shouldn’t default to cleanup_socket=True when sock parameter is passed stdlibPython modules in the Lib dir topic-asyncio type-bugAn unexpected behavior, bug, or error
#133354 openedMay 3, 2025 byHawk777
gh-97907: use cancellation error from child if possible awaiting review topic-asyncio
#133243 openedMay 1, 2025 byduanegLoading…
Asyncio BufferedProtocol with SSL is significantly slower than asyncio sockets with SSL performancePerformance or resource usage topic-asyncio topic-SSL
#133112 openedApr 28, 2025 byNoahStapp
GH-109564: add asyncio.Server state machine awaiting core review topic-asyncio
#131009 openedMar 9, 2025 byordinary-jamieLoading…
gh-130925: Add
close()
method toasyncio.StreamReader
awaiting review topic-asyncio #130929 openedMar 6, 2025 byrianhunterLoading…
AddPython modules in the Lib dir topic-asyncio type-featureA feature request or enhancement
close()
method toasyncio.StreamReader
stdlib #130925 openedMar 6, 2025 byrianhunter
Asyncio: fork() in coroutine causes bad file descriptor stdlibPython modules in the Lib dir topic-asyncio type-bugAn unexpected behavior, bug, or error
#130442 openedFeb 22, 2025 bywjmelements
gh-130141: clean up asyncio._SelectorTransport during __del__ awaiting review topic-asyncio
#130142 openedFeb 15, 2025 bylunixbochsLoading…
resurrected asyncioPython modules in the Lib dir topic-asyncio type-bugAn unexpected behavior, bug, or error
_SelectorTransport
unregisters fds it doesn't own stdlib #130141 openedFeb 15, 2025 bylunixbochs
Unify the handling ofPython modules in the Lib dir topic-asyncio topic-replRelated to the interactive shell type-featureA feature request or enhancement
KeyboardInterrupt
in new REPLs stdlib #129628 openedFeb 4, 2025 bybswck
Add eager_tasks parameter to asyncio Runner and run() stdlibPython modules in the Lib dir topic-asyncio type-featureA feature request or enhancement
#128289 openedDec 27, 2024 byasvetlov
asyncio.call_later and call_at waking up early. topic-asyncio type-bugAn unexpected behavior, bug, or error
#127859 openedDec 12, 2024 bybharel
gh-108951: add TaskGroup.cancel() awaiting changes topic-asyncio
#127214 openedNov 24, 2024 bybelm0Loading…
asyncio proactor udp transport stops responding after send to port that isn't listening due to ConnectionResetError from WSARecvFrom topic-asyncio type-bugAn unexpected behavior, bug, or error
#127057 openedNov 20, 2024 bybugale
asyncio.subprocess.Process
race condition kills an unrelated process on Unix stdlib #127049 openedNov 20, 2024 bygschaffner
gh-109564: Addbugs and security fixes needs backport to 3.14bugs and security fixes topic-asyncio
None
check forasyncio.Server._wakeup
awaiting merge DO-NOT-MERGE needs backport to 3.13 #126660 openedNov 11, 2024 byordinary-jamieLoading…
Unable to cancel Server.serve_forever() if a reader is blocked while reading (3.12 regression) 3.12only security fixes 3.13bugs and security fixes 3.14bugs and security fixes sprint stdlibPython modules in the Lib dir topic-asyncio type-bugAn unexpected behavior, bug, or error
#123720 openedSep 5, 2024 byparavoid
Asyncio.Event.wait doesn't resume execution when the event is set if no other tasks are active. topic-asyncio type-featureA feature request or enhancement
#122938 openedAug 12, 2024 byagustinhuman
Make pdb asyncio aware topic-asyncio type-featureA feature request or enhancement
#121468 openedJul 7, 2024 bygaogaotiantian
Inconsistent behavior ofAn unexpected behavior, bug, or error
asyncio.Server.wait_closed
in Python 3.12 versus earlier releases topic-asyncio type-bug #120866 openedJun 22, 2024 bytovrstra
WinError 10022 for create_datagram_endpoint with local_addr=None. docsDocumentation in the Doc dir OS-windows topic-asyncio
#119711 openedMay 29, 2024 bylschoe
asyncioAn unexpected behavior, bug, or error
proc.kill()
andproc.wait()
are counter intuitive topic-asyncio type-bug #119710 openedMay 29, 2024 bypiwicode
asyncio.TaskGroup may silently discard request to run a task topic-asyncio type-bugAn unexpected behavior, bug, or error
#116048 openedFeb 28, 2024 byarthur-tacca
ProTip! Typegi on any issue or pull request to go back to the issue listing page.