-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open label:topic-asyncio
is:issue state:open label:topic-asyncio
Search results
asyncio event loop hangs if an eager task fails to start
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#157301 In python/cpython;asyncio eager tasks have no awaited_by edge during their first step
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#157299 In python/cpython;asyncio subprocess spawn does not record the awaiting task
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#157259 In python/cpython;asyncio.print_call_graph()shows no waiter forwait_for(fut, 0)stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#157058 In python/cpython;asyncio.print_call_graph()loses the call stack ataiter(callable, stop_value)stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#157044 In python/cpython;asyncio.print_call_graph()loses the call stack at anext(agen, default)stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#157032 In python/cpython;asyncio.print_call_graph()loses the call stack at asynchronous generatorsstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#156980 In python/cpython;ProactorEventLoop datagram transports drop buffered datagrams on close() and never call connection_lost()
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#156920 In python/cpython;asyncio.print_call_graph()output is exponential in the number of tasksstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#156860 In python/cpython;The fix in gh-91227 is incorrect, the SelectorEventLoop has the correct behaviour calling error_received and continuing to run the Transport
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#156784 In python/cpython;_ProactorDatagramTransportnever resumes a paused protocol after a write errorstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errorStatus: Open.#156698 In python/cpython;asyncio leaks the socket/pipe in create_datagram_endpoint and connect_read_pipe/connect_write_pipe when transport creation fails
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directoryStatus: Open.#156400 In python/cpython;