mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
1b0f0e3d7d
Fix a race condition in the call_soon_threadsafe() method of asyncio.ProactorEventLoop: do nothing if the self-pipe socket has been closed.