Files
cpython/Lib/asyncio
Victor Stinner 1b0f0e3d7d bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Fix a race condition in the call_soon_threadsafe() method of
asyncio.ProactorEventLoop: do nothing if the self-pipe socket has
been closed.
2020-09-12 08:50:18 +02:00
..
2020-05-20 10:12:37 -07:00