]> granicus.if.org Git - python/commit
asyncio: Fix the second half of issue #21447: race in _write_to_self().
authorGuido van Rossum <guido@python.org>
Tue, 6 May 2014 21:42:40 +0000 (14:42 -0700)
committerGuido van Rossum <guido@python.org>
Tue, 6 May 2014 21:42:40 +0000 (14:42 -0700)
commit3d139d8ed6712f39f4e91dc084ed421b76af09ae
treeba711bde2328d996b11330331e5797afde744bb1
parent9fafc9f79a0510cd7f7357fcbb8cfffb6f967c6c
asyncio: Fix the second half of issue #21447: race in _write_to_self().
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py