commit | 1b0f0e3d7d03155da1cf9769a847874d559e57e3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sat Sep 12 08:50:18 2020 +0200 |
committer | GitHub <noreply@github.com> | Sat Sep 12 08:50:18 2020 +0200 |
tree | 4668e74414cfc8b360dc2c68b7233766b54906ab | |
parent | 7e711ead26fea6465e0ef2e3b8880b57ba8fc129 [diff] |
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.