mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
7dfcc8e079
Fix a race condition in the call_soon_threadsafe() method of
asyncio.ProactorEventLoop: do nothing if the self-pipe socket has
been closed.
(cherry picked from commit 1b0f0e3d7d)
Co-authored-by: Victor Stinner <vstinner@python.org>